linear_updateCycle
Modify a cycle's name, dates, or description by supplying its ID and the fields to update.
Instructions
Update an existing cycle. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the cycle to update | |
| startsAt | No | Updated cycle start timestamp or date | |
| endsAt | No | Updated cycle end timestamp or date | |
| name | No | Updated custom cycle name | |
| description | No | Updated cycle description | |
| completedAt | No | Optional completion timestamp |