Update role
PUT/roles/:roleId
Update a role with the given ID.
Request
Responses
- 200
- 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 ID is not found.
An internal error occurred while processing the request.