updating report.api.md and marking createBitbucketCloudBranchRestrictionAction as public

Signed-off-by: liad.shachoach <liad.shachoach@controlup.com>
This commit is contained in:
liad.shachoach
2025-01-10 16:44:16 +02:00
parent c56a279b50
commit 2558867482
@@ -107,6 +107,10 @@ const createBitbucketCloudBranchRestriction = async (opts: {
return response;
};
/**
* Creates a new action that adds a branch restriction to a Bitbucket Cloud repository.
* @public
*/
export function createBitbucketCloudBranchRestrictionAction(options: {
integrations: ScmIntegrationRegistry;
}) {