cURL
curl --request POST \ --url https://api.wapikit.com/api/rbac/roles/{id} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "permissions": [ "Get:OrganizationMember" ] }'
{ "role": { "uniqueId": "<string>", "name": "<string>", "description": "<string>", "permissions": [ "Get:OrganizationMember" ] } }
updates a organization role
The id value of the role you want to update.
update an organization role info
The body is of type object.
object
role object
The response is of type object.
Was this page helpful?