cURL
curl --request PUT \ --url https://example.com/v1/api/data/v1/data-files/{dataFileId}/permissions \ --header 'Content-Type: application/json' \ --header 'X-DOMO-Developer-Token: <api-key>' \ --data ' { "publicAccess": true, "entries": [ { "entityType": "USER", "entityId": "<string>", "grant": "<string>", "pass": "<string>" } ] } '
{}
Updates permissions for a specified file.
Domo Developer Token for authentication (Assumed based on similar APIs).
A permissions object.
Show child attributes
OK. Permissions updated successfully.
An empty object indicating success.