Establishes a parent-child relationship between resources for permission inheritance. For example, linking a project to an organization or a secret to a project.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to link a resource to its parent in the hierarchy.
Type of child resource (e.g., 'project', 'artifact', 'secret')
"project"
"artifact"
"secret"
ID of the child resource
"my-project"
"artifact-123"
"artifact-123/api-key"
Type of parent resource (e.g., 'organization', 'project')
"organization"
"project"
"artifact"
ID of the parent resource
"my-org"
"my-project"
"artifact-123"
Successful Response
Success response for permission operations.
Success message