Roles

This endpoint updates a role. Admin users and non-admin users with 'Role' permission can update roles.

patch/roles/{roleId}

Request body

namestring

The name of the role.

notesstring

The notes of the role.

defaultboolean

True if the role is one of the default roles for the account, false otherwise.

Response

Role updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.