Skip to main content
PUT
/
api
/
datastores
/
v1
/
collections
/
{collectionId}
/
permission
/
RYUU_APP
/
{proxyId}
Update Collection Permissions
curl --request PUT \
  --url https://{instance}.domo.com/api/datastores/v1/collections/{collectionId}/permission/RYUU_APP/{proxyId} \
  --header 'X-DOMO-Developer-Token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480814-upadate-new-checkbo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

collectionId
string
required

The ID of the collection.

proxyId
string
required

Proxy ID available in the Asset Library.

Query Parameters

permissions
string
required

Comma-separated list of permissions (e.g., read,create_content).

Example:

"read,create_content,read_content"

Response

204

No Content