cml_update_relationship
Update a relationship in a Domain-Driven Design model by providing its ID, optional upstream/downstream patterns, and exposed aggregates.
Instructions
Update a relationship
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the relationship to update | |
| name | No | Name for the relationship | |
| upstreamPatterns | No | Upstream patterns | |
| exposedAggregates | No | Aggregates exposed by the upstream context | |
| downstreamPatterns | No | Downstream patterns |