v1

latestOpenAPI 3.0.12026-07-135210550.0 KB
Finalize Tasks

Approve Task

patch/finalize/v2/tasks/{task_id}

Path parameters

task_idstring required

The task UUID.

Request body

Response

ok

Example response

{
  "data": {
    "created_at": "2023-08-15T20:00:39Z",
    "due_date": "2023-09-15T20:00:39Z",
    "name": "Approve Deliverable",
    "text": "Please review the latest version and approve the agreement to complete this task"
  }
}