Resource Relationships
Create a relationship between two resources
POST
Body
application/json
The workspace ID
Example:
"123e4567-e89b-12d3-a456-426614174000"
The identifier of the resource to connect
Example:
"my-resource"
The identifier of the resource to connect to
Example:
"my-resource"
The type of relationship
Example:
"depends_on"
Response
200
application/json
Relationship created
Example:
"Relationship created successfully"