PUT api/2.0/project/task/{taskid}/{subtaskid}/move This function requires authentication

Description

Moves a subtask with the ID specified in the request to another task.

Parameters
Name Description Type Example
taskid
sent in body
Task ID number 1234
subtaskid
sent in body
Subtask ID number 1234
Example
PUT api/2.0/project/task/{taskid}/{subtaskid}/move
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "taskid": 1234,
  "subtaskid": 1234
}
Returns

Updated subtask