Update the role associated with the specified privilege
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/privileges/{privilege}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/privileges/{privilege}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/privileges/{privilege}
curl -i -X PUT \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/privileges/{privilege}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"role": "Administrator"
}'The host privilege was successfully updated.
Unique identifier of the resource to which this privilege grants access.
Response
{ "self": "/hosts/16951985851389/privileges/18294757620193", "user": "billy.butcher@fbsa.gov", "role": { "name": "Administrator", "permissions": [ … ] }, "type": "host", "resource": 16993717817996, "pending": false }