Role - Updates an existing role

Updates an existing role using the provided Role Model schema and role ID.

put
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
roleIdstring · uuidRequired

Enter the ID of the existing role to be updated.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for representing the view of role.

roleNamestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the RoleName property.

canCreatebooleanOptional

A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanCreate property.

canEditbooleanOptional

A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanEdit property.

canExportbooleanOptional

A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanExport property.

canViewbooleanOptional

A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanView property.

Responses
200

Success: Role updated successfully.

put
/roles/{roleId}

Last updated