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 POST 'https://api.example.com/scope-hierarchy' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "parentScopeId": "scope_org", "childScopeId": "scope_team" }'
{ "id": "edge_123", "parentScopeId": "scope_org", "childScopeId": "scope_team" }
Create a parent-child relationship between two scopes
Was this page helpful?