Restore Revision
Instructions
Restore Revision
Restore an old manual revision as a new head revision — history is never rewritten.
POST
Restore Revision
Restores a historical snapshot by applying it as a new head revision — restore is itself a changeset, so history stays append-only and auditable. Honors the
Idempotency-Key header.
Requirements: instructions:write + workspace EDITOR or OWNER + a verified (claimed) account.
Request
string
required
The manual id.
number
required
The historical revision to restore.
Response
boolean
Whether the restore committed.
string | null
The changeset that performed the restore.
number
The source revision.
object[]
The new head revision.
object[]
New per-page revisions with checksums.
object[]
Structured conflicts when the restore could not apply.