Repositories
Add Groups as Members on Repository
Add Groups to a repository. Users in the Group will have repository member access to the specified repository.
post/v1/repositories/{repositoryId}/groups/add
Path parameters
repositoryIdstring required
Unique identifier for a repository folder, prefixed with repo_
Example:repo_1234321
The unique identifier of the repository
Request body
Example request
{
"groups": [
123456,
789123
]
}Response
No Content. Groups have been successfully added.