put https://api.netography.com/api/v1/roles/
Update a Role given the provided object. This does not do a diff. You must send the complete object.
Log in to see full request history
Responses
Update a Role given the provided object. This does not do a diff. You must send the complete object.
xxxxxxxxxx
10curl --request PUT \
--url https://api.netography.com/api/v1/roles/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"canMasquerade": false,
"canSendFlow": false
}
'
Try It!
to start a request and see the response here! Or choose an example: