linear_updateProjectUpdate
Update the body, health status, or diff visibility of an existing project update in Linear.
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 |