-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.10.0
-
Component/s: API - REST
When hitting the API@
/rest/branch-permissions/2.0/projects/{projectKey}/repos/{repositorySlug}/restrictions
See attachment for branch-permissions.JPG
the response I get back is:
{
"id": 72,
"type": "read-only",
"matcher": {
"id": "**/tags",
"displayId": "**/tags",
"type": {
"id": "PATTERN",
"name": "Pattern"
},
"active": true
}
}
when I would have expected me ('wparad') to be somewhere in the response.