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