Update a task occurrence's status
Tasks
Update occurrence status
Set the status of a single occurrence of a recurring task. Requires the WRITE_TASKS scope.
PATCH
Update a task occurrence's status
Updates the status of the occurrence identified by its
date (YYYY-MM-DD). The store is bound to your app token server-side — never send a shop id.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The task's id (Mongo ObjectId).
The occurrence date (YYYY-MM-DD).
Body
application/json
New status for this occurrence.
Available options:
to do, in progress, done, skipped Response
The updated occurrence response.
Standard Salesive response envelope. The operation-specific payload is carried in data.

