Update Role
PUT/v1/api/iam/roles/:id
Updates a specific role by its ID.
Auth Required
Required Permissions:
system.roles:write("System Roles")
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Role updated successfully
Bad Request. The request was invalid or cannot be otherwise served.
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Resource not found
Internal Server Error