Components

Preview a component relationship change

Preview descendant-scoped notification and automation impact for a topology change.

post/components/relationships/preview

Request body

projectIdstring uuid

Project containing the component topology. Auto-filled from CLI and SDK context when omitted.

sourceComponentIdstring uuid required

Child or dependency-source component ID.

targetComponentIdstring uuid required

Parent or dependency-target component ID.

relationshipType'part_of' | 'depends_on' required

Relationship semantics: part_of is an acyclic child-to-parent edge; depends_on may be cyclic.

action'add' | 'remove' required

Topology mutation to preview without changing the graph.

Response

OK

Changes

No recorded changes to this endpoint across all 4 revisions of this API.