Role
Update a role given the role id.
put/role/{id}
Path parameters
idinteger required
Role ID
Request body
Example request
{
"name": "Chief Whip",
"description": "Put a bit of stick about!",
"min_available": 1,
"max_available": 3,
"finalised": true
}Response
OK
Example response
{
"message": "Successfully update organisation."
}