update_work_item_relation_definition
Update an existing work item relation definition: modify its name, outward/inward labels, active status, or color.
Instructions
Update an existing workspace relation definition.
Args: definition_id: UUID of the relation definition to update. name: New name for this definition. outward: Updated outward label. inward: Updated inward label. is_active: Updated active status. color: Updated hex color code.
Returns: Updated WorkItemRelationDefinition object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| inward | No | ||
| outward | No | ||
| is_active | No | ||
| definition_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| color | No | ||
| inward | No | ||
| outward | No | ||
| is_active | No | ||
| workspace | No | ||
| created_at | No | ||
| is_default | No | ||
| sort_order | No | ||
| updated_at | No |