Moves a task and its dependent tasks by a given number of working days
PATCH
Operation
removed
/api/v2/tasks/{id}/move_dependent/patch
Schema changes
-
-tags:
-
-- Tasks
-
-summary: Moves a task and its dependent tasks by a given number of working days
-
-responses:
-
- '200':
-
- "$ref": "#/components/responses/single_task"
-
- '422':
-
- content:
-
- application/vnd.api+json: {}
-
- headers:
-
- Content-Type:
-
- schema:
-
- type: string
-
-parameters:
-
-- in: path
-
- name: id
-
- schema:
-
- type: string
-
- required: true
-
-- "$ref": "#/components/parameters/header_organization"
-
-operationId: tasks-move-dependent-move-dependent
-
-requestBody:
-
- "$ref": "#/components/requestBodies/task_move_dependent"
-
-