POST
linear_initiative_update_create.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.
Post a status update on an initiative.
from charter.packs import linear
result = await linear.initiative_update_create.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | InitiativeUpdateCreateVariables | The status update to post. |
Was this page helpful?