update_cycle
Update an existing cycle by changing its name, description, start date, or end date within a project.
Instructions
Update an existing cycle.
Args: project_id: The UUID identifier of the project cycle_id: The UUID identifier of the cycle name: Updated cycle name description: Updated description start_date: Updated start date (YYYY-MM-DD) end_date: Updated end date (YYYY-MM-DD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| cycle_id | Yes | ||
| end_date | No | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |