PUT api/2.0/project/task/{taskid}/milestone
Updates a milestone of a task with the ID specified in the request.
Name |
Description |
Type |
Example |
taskid
sent in url
|
Task ID
|
number
|
1234
|
milestoneid
sent in body
|
Milestone ID
|
number
|
1234
|
PUT api/2.0/project/task/1234/milestone
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"milestoneid": 1234
}