linear_updateDocument
Update an existing Linear document by providing its ID and at least one field to change, such as title, content, icon, color, project, or initiative.
Instructions
Update an existing Linear document. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the document to update | |
| title | No | Updated document title | |
| content | No | Updated markdown content. Pass null to clear it. | |
| icon | No | Updated icon. Pass null to clear it. | |
| color | No | Updated icon color. Pass null to clear it. | |
| hiddenAt | No | ISO timestamp for hiding the document. Pass null to clear it. | |
| projectId | No | Updated project association. Pass null to clear it. | |
| initiativeId | No | Updated initiative association. Pass null to clear it. | |
| lastAppliedTemplateId | No | Updated last applied template. Pass null to clear it. | |
| sortOrder | No | Updated sort order in the resources list | |
| trashed | No | Whether the document should be marked as trashed |