Add a parent edge (creates a DAG link)
POST /teams/{id}/parents
POST
/teams/{id}/parents
Inserts (parent_id, child_id) into team_parents. The cycle-
rejection trigger returns 409 if the link would close a cycle.
Requires teams.admin.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Request Body required
Section titled “Request Body required ”object
parent_id
required
string format: uuid
Responses
Section titled “ Responses ”Linked
Malformed request
object
error
required
Human-readable error summary
string
Example
the request could not be completedAuthentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completedConflict (slug taken, would create cycle, etc.)
object
error
required
Human-readable error summary
string
Example
the request could not be completed