Skip to content

Project Milestone Update

PUT
/v1/Projects/{projectNumber}/milestones/{milestoneId}

Update a Milestone on Project

Parameters

Path Parameters

projectNumber*string

Project No

Example p1
milestoneId*integer

Milestone Id

Example 1

Request Body

application/json
object
Format"int32"
Format"int32"
Min Length1
Format"date-time"
Format"date-time"

Responses

OK

application/json
JSON
{
"id": 0,
"projectId": 0,
"name": "string",
"plannedDate": "string",
"actualDate": "string"
}