linear_updateDocument
Update an existing Linear document by supplying its ID and at least one field to change, such as title, content, icon, or team association.
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 | |
| icon | No | Updated icon. Pass null to clear it. | |
| color | No | Updated icon color. Pass null to clear it. | |
| title | No | Updated document title | |
| teamId | No | Updated team association. Pass null to clear it. | |
| content | No | Updated markdown content. Pass null to clear it. | |
| cycleId | No | Updated cycle association. Pass null to clear it. | |
| issueId | No | Updated issue association. Pass null to clear it. | |
| trashed | No | Whether the document should be marked as trashed | |
| hiddenAt | No | ISO timestamp for hiding the document. Pass null to clear it. | |
| projectId | No | Updated project association. Pass null to clear it. | |
| releaseId | No | Updated release association. Pass null to clear it. | |
| sortOrder | No | Updated sort order in the resources list | |
| initiativeId | No | Updated initiative association. Pass null to clear it. | |
| resourceFolderId | No | Updated resource folder association. Pass null to clear it. | |
| lastAppliedTemplateId | No | Updated last applied template. Pass null to clear it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| icon | No | ||
| team | No | ||
| color | No | ||
| cycle | No | ||
| issue | No | ||
| title | No | ||
| slugId | No | ||
| content | No | ||
| creator | No | ||
| project | No | ||
| release | No | ||
| trashed | No | ||
| hiddenAt | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| updatedBy | No | ||
| archivedAt | No | ||
| initiative | No | ||
| resourceFolderId | No | ||
| documentContentId | No | ||
| lastAppliedTemplate | No |