Skip to main content
PATCH
Update One-Time Window

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string | null
startsAt
string<date-time> | null

A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").

Example:

"2025-01-15T01:30:15.000Z"

endsAt
string<date-time> | null

A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").

Example:

"2025-01-15T01:30:15.000Z"

allDay
boolean | null

When true, the resulting starts_at and ends_at must be midnight UTC boundaries.

description
string | null
scopedId
string | null

Rekeys the copy-invariant identity. Omit to preserve it.

Response

200 - application/json

Success

data
data · object