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