update_phase
Update a phase or milestone in Zoho Projects, changing its name, status, dates, or owner. Provide project and phase IDs, with required start and end dates.
Instructions
Update a phase/milestone. IMPORTANT: start_date and end_date are required by the Zoho REST API for updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Phase name | |
| status | No | Phase status | |
| end_date | No | End date (YYYY-MM-DD) | |
| phase_id | Yes | Phase/Milestone ID | |
| owner_zuid | No | Owner user ZUID (numeric ID from list_users) | |
| project_id | Yes | Project ID | |
| start_date | No | Start date (YYYY-MM-DD) |