update_milestone
Partially update a milestone's attributes (name, description, dates) in a HacknPlan project by providing only the fields to change.
Instructions
Partially update a milestone (PATCH — only provided fields are changed)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| endDate | No | ISO 8601 date string | |
| projectId | Yes | ||
| startDate | No | ISO 8601 date string | |
| description | No | ||
| milestoneId | Yes |