-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: API - REST, Repository - Branch Permissions
-
None
The new Stash 3.10 rest restriction API (https://developer.atlassian.com/static/rest/stash/3.10.0/stash-branch-permissions-rest.html#idp85904) supports a rest URL (/rest/branch-permissions/2.0/projects/
{projectKey}/repos/
{repositorySlug}/restrictions) to get/rest repository restrictions.
The POST API supports adding users/groups to be excluded from read-only restrictions, however the GET API doesn't return them - this only seems to be possible using the (deprecated) v1.0 APIs
- mentioned in
-
Page Loading...