linear_updateProjectUpdate
Update an existing Linear project update by ID, revising body content, health status, or hiding the diff against the previous version.
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 |