POST
linear_project_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 a project’s name, description, lead, dates or status. A project’s status is a UUID from project_statuses_list, not a word — this is how a project is completed or cancelled. To post a status update on a project, use project_update_create instead.
from charter.packs import linear
result = await linear.project_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | ProjectUpdateVariables | The project to update. |
Was this page helpful?