updating report.api.md and marking createBitbucketCloudBranchRestrictionAction as public
Signed-off-by: liad.shachoach <liad.shachoach@controlup.com>
This commit is contained in:
+4
@@ -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;
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user