Update Task Completed
PUT/contacts/:contactId/tasks/:taskId/completed
Update Task Completed
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
taskId stringrequired
Task Id
- application/json
- Body
- Example (auto)
Bodyrequired
completedbooleanrequired
Whether the task is completed
{
"completed": true
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
taskobject
Task details
{
"task": {
"id": "lJpzYrWdpkC2hX6t2yue",
"title": "test",
"body": "testing",
"assignedTo": "tesTUcmRxWrjqzJS8EjkxNK",
"dueDate": "2021-07-08T02:30:00.000Z",
"completed": true,
"contactId": "lJpzYrWdpkC2hX6t2yue"
}
}