Project Milestone Update
PUT
/v1/Projects/{projectNumber}/milestones/{milestoneId}
Update a Milestone on Project
Parameters
Path Parameters
projectNumber*string
Project No
Example
p1milestoneId*integer
Milestone Id
Example
1Request Body
application/json
id
integer
Format
"int32"projectId
integer
Format
"int32"name
string
Required
Min Length
1plannedDate
string
Format
"date-time"actualDate
string
Format
"date-time"Responses
OK
application/json
{
"id": 0,
"projectId": 0,
"name": "string",
"plannedDate": "string",
"actualDate": "string"
}
PUT
/v1/Projects/{projectNumber}/milestones/{milestoneId}