PUT api/2.0/project/task/milestone
Updates the milestone of the tasks with the IDs specified in the request
Name |
Description |
Type |
Example |
taskids
sent in body
|
Task ID
|
System.Int32[]
|
|
milestoneid
sent in body
|
Milestone ID
|
number
|
1234
|
PUT api/2.0/project/task/milestone
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"taskids": [
1234
],
"milestoneid": 1234
}