Dida365/moveTask

Dida365Dida365 Open API

POST/open/v1/task/move

Move Task

Move one or more tasks between projects. The request body is an array of move operations.

Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.

Request

operationId
moveTask
Server
https://api.dida365.com
Authentication
OAuth2

Request parameters

No URL, query, or header parameters.

Request body

TaskMoveRequestrequired

Content-Type: application/json

Properties: fromProjectIdtoProjectIdtaskId

[
  {
    "fromProjectId": "69a850ef1c20d2030e148fdd",
    "toProjectId": "69a850f41c20d2030e148fdf",
    "taskId": "69a850f8b9061f374d54a046"
  }
]

Responses

200

TaskMoveResultapplication/json

Move results

Properties: idetag

201

unknown

Created without response content

401

unknown

Unauthorized

403

unknown

Forbidden

404

unknown

Not Found

[
  {
    "id": "69a850f8b9061f374d54a046",
    "etag": "43p2zso1"
  }
]