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

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