/r/{repoId}/permissions/{id}
PUT
Changing a permission
If you want to make changes to an existing permission, you can use this request.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the permission.
Responses
200
The permission was changed successfully.
400
Invalid data was transferred.
404
The permission with the specified ID could not be determined.
Show operation