update_milestone
Update an existing milestone by providing project and milestone IDs. Modify its title, target date, or external system identifiers as needed.
Instructions
Update a milestone by ID.
Args: project_id: UUID of the project milestone_id: UUID of the milestone title: Milestone title target_date: Target date for the milestone (ISO 8601 format) external_source: External system source name external_id: External system identifier
Returns: Updated Milestone object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| project_id | Yes | ||
| external_id | No | ||
| target_date | No | ||
| milestone_id | Yes | ||
| external_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| external_id | No | ||
| target_date | No | ||
| external_source | No |