This commit is contained in:
George Fleury 2023-08-30 14:09:03 +02:00
parent 32bc346e3b
commit 8c5c25aecc

View File

@ -5255,7 +5255,6 @@ func (a *DefaultApiService) GetGroupsWithoutAnyPermission_14(projectKey string,
return NewBitbucketAPIResponse(localVarHTTPResponse)
}
// AddRepositoryPermissionGroup https://docs.atlassian.com/bitbucket-server/rest/5.16.0/bitbucket-rest.html#idm8297426496
func (a *DefaultApiService) SetRepositoryPermissionGroups(projectKey, repositorySlug, permission string, groupNames []string, localVarHTTPContentTypes []string) (*APIResponse, error) {
var (
localVarHTTPMethod = strings.ToUpper("Put")