POST
linear_cycle_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.
Rename a cycle or move its dates. Cycles are created by a team’s cadence settings rather than by hand.
from charter.packs import linear
result = await linear.cycle_update.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | CycleUpdateVariables | The cycle to update. |
Was this page helpful?