update_milestone
Update a milestone by its unique ID, setting a new title, target date, or external references.
Instructions
Update a milestone by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| milestone_id | Yes | UUID of the milestone | |
| title | No | Milestone title | |
| target_date | No | Target date for the milestone (ISO 8601 format) | |
| external_source | No | External system source name | |
| external_id | No | External system identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | Yes | ||
| target_date | No | ||
| external_source | No | ||
| external_id | No | ||
| created_at | No | ||
| updated_at | No |