PUT api/2.0/project/statuses
Updates the task statuses with the values specified in the request.
Name |
Description |
Type |
Example |
statuses
sent in body
|
New task statuses
|
System.Collections.Generic.List`1[ASC.Web.Projects.CustomTaskStatus]
|
|
PUT api/2.0/project/statuses
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"statuses": [
{
"StatusType": 0,
"CanChangeAvailable": true,
"Id": 0,
"Image": null,
"ImageType": null,
"Title": null,
"Description": null,
"Color": null,
"Order": 0,
"IsDefault": false,
"Available": null
}
]
}