Edit Permission

Edit a permission with a PUT request to the endpoint with the permission ID.

The post body should contain the data to be updated as a JSON object:

{
    "role": "ADMINISTRATOR"
}

Returns the permission object if the update succeeded.

Language
Credentials
Basic
base64
: