diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/report.api.md b/plugins/scaffolder-backend-module-bitbucket-cloud/report.api.md index 931658328f..67c05a4ea5 100644 --- a/plugins/scaffolder-backend-module-bitbucket-cloud/report.api.md +++ b/plugins/scaffolder-backend-module-bitbucket-cloud/report.api.md @@ -24,8 +24,8 @@ export function createBitbucketCloudBranchRestrictionAction(options: { branchType?: string | undefined; pattern?: string | undefined; value?: number | undefined; - users?: Array; - groups?: Array; + users?: object[] | undefined; + groups?: object[] | undefined; token?: string | undefined; }, JsonObject