Update role (Work-in-Progress)
PATCH/roles/:roleKey
Update a role with the given key.
This API is in a Work-in-Progress state and will undergo potential breaking changes until its release with an upcoming minor release.
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.