PUT api/2.0/project/status
Updates a task status with a value specified in the request.
Name |
Description |
Type |
Example |
newStatus
sent in body
|
New task status
|
ASC.Web.Projects.CustomTaskStatus
|
|
PUT api/2.0/project/status
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"newStatus": {
"StatusType": 0,
"CanChangeAvailable": true,
"Id": 0,
"Image": null,
"ImageType": null,
"Title": null,
"Description": null,
"Color": null,
"Order": 0,
"IsDefault": false,
"Available": null
}
}