Zone Roles
Update role
Updates a customer-owned role's description. The identifier is immutable, and platform-owned roles cannot be modified.
patch/zones/{zoneId}/roles/{roleId}
Path parameters
zoneIdstring required
Zone ID
roleIdstring required
Role ID
Request body
Response
A role that can be assigned to users within a zone.
Changes
Changed in 2 of the 23 revisions of this API.4
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
the
identifierresponse's property pattern^[a-z0-9]+(?:[-_][a-z0-9]+)*$was added for the status200response-property-pattern-added
- ○
- ○
endpoint added
endpoint-added
- ○