Complete task item
org.intentschema.productivity.tasks.item.complete.v1
JSON: bare · @sha256:15f089372cd4…
Hash: sha256:15f089372cd4a7633c45a144f09f95d8a6a1f55fff60d89afed8b3e94dcbf40b
Mark a task as completed.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
object | object | |
idempotency_key | string | |
object
| Field | Type | Description |
completion_note | string | |
Result
| Field | Type | Description |
external_id | string | |
completed_at | string (date-time) | |
Examples
mark done
{
"target": {
"system": "asana",
"external_id": "task_abc"
}
}