PUT/milestones/{id}.json
Update a Single Milestone
Modifies a single milestone. You can use this to shift the deadline of a single milestone, and optionally shift the deadlines of subsequent milestones as well.
Path Params
- Name
id
- Type
- string
- required
- Description
Body Params
- Name
milestone
- Type
- object
- Name
move-upcoming-milestones
- Type
- boolean
- Name
move-upcoming-milestones-off-weekends
- Type
- boolean
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}