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