Milestones
Update milestone
Update a milestone. Both name and milestone_date are required.
Permissions: Requires write access to the site (manage:{site_id}).
Returns: A milestone object.
post/sites/{site_id}/milestones/{milestone_id}
Path parameters
site_idstring required
Example:CDBUGS
The ID of the site. This is the same string you use in your tracking code. Example: CDBUGS
milestone_idstring required
Example:ddc9cdff-ab83-41fa-96c6-dfb276a862e7
The id (UUID) of the milestone you wish to update.
Request body
Example request
{
"name": "Website Redesign Launch v2",
"milestone_date": "2024-01-20"
}Response
Successful response
Changes
No recorded changes to this endpoint across all 2 revisions of this API.