Time entry updated

Sent when a time entry changes.

Delivered as an HTTP POST to your subscription URL with an X-DeskDay-Signature HMAC-SHA256 header (computed with the subscription secret). Return any 2xx to acknowledge; non-2xx responses are retried with exponential backoff.

Payload
string
enum
required

Event type discriminator.

Allowed:
date-time
required

ISO 8601 timestamp when the event occurred.

string
required

Tenant (MSP) id the event belongs to.

data
object
required

The time entry after the update.

Response
2XX

Acknowledged. Any 2xx prevents retries.

LoadingLoading…