Skip to main content
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

Authorization
string
header
required

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

id
string
required

The task's id (Mongo ObjectId).

date
string<date>
required

The occurrence date (YYYY-MM-DD).

Body

application/json
status
enum<string>
required

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.

status
integer
required

HTTP status code, echoed in the body.

success
boolean
required

Whether the request succeeded.

message
string
required

Human-readable result message.

data
object

A per-occurrence response for a recurring task.