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"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!