roles
put/roles/{id}
Path parameters
idinteger required
id of the role
Request body
Example request
{
"name": "Admin",
"description": "Administrator with full access to the system."
}Response
role
id of the role
{
"name": "Admin",
"description": "Administrator with full access to the system."
}role