PUT api/2.0/project/task/{taskid}/{subtaskid}/move
Moves a subtask with the ID specified in the request to another task.
Name |
Description |
Type |
Example |
taskid
sent in body
|
Task ID
|
number
|
1234
|
subtaskid
sent in body
|
Subtask ID
|
number
|
1234
|
PUT api/2.0/project/task/{taskid}/{subtaskid}/move
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"taskid": 1234,
"subtaskid": 1234
}