Update role
PATCH/roles/:roleKey
Update a role with the given key.
Request
Responses
- 204
- 400
- 401
- 404
- 500
The role was updated successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
The role with the roleKey is not found.
An internal error occurred while processing the request.