Relationship Requests
Relationship requests create, read, update, or delete a relationship in a Context Graph model.
| Operation | Description |
|---|---|
| Create Relationship Operation | The create relationship operation adds a new relationship between two entities in a Context Graph model. The relationship metadata must already exist in the Context Graph model. |
| Read Relationship Operation | The read relationship operation returns property values for a relationship in a Context Graph model. |
| Update Relationship Operation | The update relationship operation replaces property values in an existing relationship. |
| Delete Relationship Operation | The delete relationship operation removes an existing relationship between two entities. |