Patch a permission on a taxonomy

patch

/content/management/api/v1.1/taxonomies/{id}/permissions/{permissionId}

by id.

Request

Path Parameters
Body ()
Patch a permission with the given information in the payload.

Field roleName is valid. Other fields included (permissionId, id, type, groupType, email, fullName, and links) in the request payload will be ignored.
roleName The roleName field is mandatory and it cannot be deleted. The allowed values are: manager, editor
Example:
```{ "roleName" : "editor" }```
This payload will replace the roleName of the permission.
Root Schema : schema
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object
Back to Top

Response

Supported Media Types

204 Response

OK.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top