updating report.api.md to pass CI

Signed-off-by: liad.shachoach <liad.shachoach@controlup.com>
This commit is contained in:
liad.shachoach
2025-01-14 11:22:52 +02:00
parent 75334075e7
commit 9b13d54ad7
@@ -24,8 +24,8 @@ export function createBitbucketCloudBranchRestrictionAction(options: {
branchType?: string | undefined;
pattern?: string | undefined;
value?: number | undefined;
users?: Array<object>;
groups?: Array<object>;
users?: object[] | undefined;
groups?: object[] | undefined;
token?: string | undefined;
},
JsonObject