Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

savedGroupId
string
required
version
integer
required

Body

application/json
scheduledPublishAt
string<date-time> | null
required

When to publish, as an RFC3339 timestamp (e.g. 2026-01-31T09:00:00Z or 2026-01-31T02:00:00-07:00), or null to cancel a pending schedule.

lockEdits
boolean
lockOthers
boolean
bypassApproval
boolean
ignoreWarnings
boolean

Set to true to acknowledge the warnings listed in a blocked response and continue. This covers experiment guards, locked dependents, and references affected by an archive. When the organization treats schema failures as warnings, it also covers schema and invariant warnings. It never bypasses a rejected Custom Hook. On revision publish endpoints, it can also force-publish an out-of-date draft when the caller has Bypass draft approvals access.

Response

200 - application/json

Resource created

revision
object
required