update_cycle
Update an existing cycle by providing its ID and optionally modifying its name, description, start date, or end date.
Instructions
Update an existing cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycleId | Yes | Cycle ID | |
| name | No | New cycle name (optional) | |
| description | No | New cycle description (optional) | |
| startDate | No | New cycle start date (ISO format, optional) | |
| endDate | No | New cycle end date (ISO format, optional) |