cURL
curl --request PATCH \ --url https://{instance}.domo.com/api/authorization/v1/roles/{roleId}/authorities \ --header 'Content-Type: application/json' \ --header 'X-DOMO-Developer-Token: <api-key>' \ --data ' [ "dataset.manage", "dataset.export" ] '
{ "status": "<string>", "message": "<string>" }
Overview
Updates the authorities or grants which a role is capable of utilizing
Endpoint
PATCH /api/authorization/v1/roles//authorities
The ID of the role to updated
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8