cURL
curl --request PUT \ --url https://api.example.com/v1/rbac/{permission_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "permission": "<string>", "active": true } '
Update an existing permission
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Permission updated successfully