Milestone›
Milestone
Update Milestone
Update details of an existing milestone.
PUT
/api/v1/milestone/{milestone_id}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
milestone_idstringrequired
Response
application/jsonMilestone successfully updated.
messagestring
Example:
"Milestone updated successfully"typestring
Example:
"Success"