linear_updateInitiativeUpdate
Update an initiative update by modifying its body text, health status, or diff preview setting.
Instructions
Update an existing initiative update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the initiative update to update | |
| body | No | Updated body in Markdown | |
| health | No | Updated health status | |
| isDiffHidden | No | Whether Linear should hide the diff against the previous update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| body | No | ||
| diff | No | ||
| user | No | ||
| health | No | ||
| slugId | No | ||
| isStale | No | ||
| editedAt | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| initiative | No | ||
| commentCount | No | ||
| diffMarkdown | No | ||
| isDiffHidden | No |