API structure has changed
9 structure changes including:
9 Modifications
Modified
9
Breaking
DELETE /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
- Path
- $automationBlueprint path parameter Modified
GET /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
- Path
- $automationBlueprint path parameter Modified
GET /api/v1/board/{board_id}/list/{boardList}/task/{boardTask}
- Response
-
200 response Modified
- child_tasks property Added
POST /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps
- Path
- $automationBlueprint path parameter Modified
POST /api/v1/board/{board}/list/{boardList}/task
- Response
-
200 response Modified
- child_tasks property Added
POST /api/v1/workflow/{workflow}/task
- Body
-
content type Modified
- completed property Removed
- parent_workflow_task_uuid property Added
PUT /api/v1/automation-blueprints/{automationBlueprint}/blueprint-steps/{blueprintStep}
- Path
- $automationBlueprint path parameter Modified
PUT /api/v1/board/{board_id}/list/{boardList}/task/{boardTask}
- Response
-
200 response Modified
- child_tasks property Added
PUT /api/v1/workflow/{workflow_id}/task/{workflowTask}
- Body
-
content type Modified
- name property Modified
- parent_workflow_task_uuid property Added