POST
linear_attachment_update.py
Posts a GraphQL document to
POST /graphql, as every tool in this pack does.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update an attachment’s title, subtitle or icon. title is required even when you only mean to change the subtitle — that is Linear’s rule, so read the attachment first if you do not know it.
from charter.packs import linear
result = await linear.attachment_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | AttachmentUpdateVariables | The attachment to update. |
Was this page helpful?