linear_updateProjectUpdate
Update an existing Linear project update by ID to modify its body, health status, or hide the diff against the previous update.
Instructions
Update an existing project update in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the project update to update | |
| body | No | Updated body content of the project update | |
| health | No | Updated health status for the project update | |
| isDiffHidden | No | Whether Linear should hide the diff against the previous project update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| body | No | ||
| diff | No | ||
| user | No | ||
| health | No | ||
| slugId | No | ||
| project | No | ||
| editedAt | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| diffMarkdown | No | ||
| isDiffHidden | No |