update_milestone
Modify an existing milestone in Bexio projects by providing its ID and project ID, with optional updates for name, comment, end date, and parent milestone.
Instructions
Edit a milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the milestone | |
| comment | No | Description for milestone | |
| end_date | No | The end date for the milestone | |
| project_id | Yes | the id of the project | |
| milestone_id | Yes | the id of the milestone | |
| pr_parent_milestone_id | No | Higher level milestone |