API reference
Ingrgrate Storytell.ai with your workflow
Modifies user permissions for a shared collection. Updates can add new permissions, maintain existing ones, or remove a user’s access entirely by providing no actions. Requires authentication and collection sharing authorization.
cURL
curl --request POST \ --url https://production-storytell-ai-platfor-cds2.encr.app/v1/modify-collection-permissions \ --header 'Content-Type: application/json' \ --data '{ "actions": [ "<string>" ], "collectionId": [ 127 ], "userId": [ 127 ] }'
{ "code": "<string>", "data": { "message": "<string>" }, "details": { "consumption": { "units": 123 }, "operation": { "duration": 123, "operationId": "<string>" } }, "done": true, "eventKey": "<string>", "message": "<string>" }
Success response
Show child attributes
Was this page helpful?