patch https://{defaultHost}/api/v2/roadmaps//milestones/
Updates a specific Milestone in a specific Roadmap.
Responses
204milestone successfully updated
Updates a specific Milestone in a specific Roadmap.
204milestone successfully updated
xxxxxxxxxx
curl --request PATCH \
--url https://app.productplan.com/api/v2/roadmaps/roadmap_id/milestones/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"expanded":true}'
Try It!
to start a request and see the response here! Or choose an example: