POST
linear_project_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 a project, optionally reporting health as ‘onTrack’, ‘atRisk’ or ‘offTrack’. This writes a note; to change the project itself, use project_update.
from charter.packs import linear
result = await linear.project_update_create.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | ProjectUpdateCreateVariables | The status update to post. |
Was this page helpful?