Update Epic
epic_updatePartially update an existing Taiga epic with just the fields you want to change. Automatic version handling prevents concurrent edit conflicts.
Instructions
Update an existing epic (partial patch — only include the fields you want to change). Taiga's optimistic-concurrency version field is handled automatically; do not pass it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| tags | No | ||
| color | No | ||
| status | No | ||
| subject | No | ||
| watchers | No | Numeric user ids and/or email/full name (resolved against project members). Omit to leave unchanged. | |
| milestone | No | ||
| assigned_to | No | Numeric user id, or email/full name (resolved against project members). null explicitly unassigns; omit to leave unchanged. | |
| description | No |