restore_company_version
Roll back a company draft to an earlier version using the version UUID. Only the draft changes; live content stays until published.
Instructions
Roll the company draft back to an earlier version. Takes the versionId (a UUID from list_company_versions), not the checkpoint number. Changes only the draft; what is live stays live until a human publishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| versionId | Yes | The version row's UUID. | |
| expectedVersion | Yes | The draft version you last read — 409 if stale. |