Roles
Update a role
Perform a full replacement update of the mutable fields of the role in a single request, including the complete set of permissions.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Role identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Body
application/json
Response
Role updated successfully.
Role identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Role name.
Organization identifier associated with this role.
Required string length:
24Pattern:
^[0-9a-f]{24}$Role creation timestamp in ISO 8601 format.
Identifier of the user who created the role.
Required string length:
24Pattern:
^[0-9a-f]{24}$Permission entries configured for this role.