kaiten_update_project
Update a Kaiten project by ID to modify its title, description, settings, condition, custom properties, and work calendar.
Instructions
Update a Kaiten project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Project title (stored as 'name') | |
| settings | No | Project settings (e.g. timeline configuration: {timeline: {startHour, endHour, workDays}}) | |
| condition | No | Project condition (active or inactive) | |
| project_id | Yes | Project ID (UUID) | |
| properties | No | Custom property values as {id_<N>: value} pairs; set a key to null to clear it | |
| description | No | Project description | |
| work_calendar_id | No | Work calendar UUID to attach to the project |