Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PATCH 'https://api.example.com/resource-hierarchy' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "parentResourceId": "resource_folder_123", "childResourceId": "resource_doc_456", "cascade": "none" }'
{ "parentResourceId": "resource_folder_123", "childResourceId": "resource_doc_456", "relationshipType": "contains", "cascade": "none", "createdAt": "2024-01-15T10:30:00Z" }
Update a resource hierarchy edge (e.g., change cascade mode)
inherit
none
contains
references
Was this page helpful?