POST
linear_initiative_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 initiative’s name, owner, status or target date. Status is one of ‘Planned’, ‘Proposed’, ‘Active’, ‘Completed’ or ‘Canceled’, capitalised. To post a status update on one, use initiative_update_create.
from charter.packs import linear
result = await linear.initiative_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | InitiativeUpdateVariables | The initiative to update. |
Was this page helpful?