> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riktra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# propose_version_restore

> Propose restoring a shared record to an earlier version.

Copies the selected immutable version into a pending update proposal. It does not change company truth. An administrator or owner must review and approve the proposal, which then creates a new version instead of rewriting history.

## Parameters

<ParamField body="version_id" type="uuid" required>
  A restorable version id returned by get\_entity\_history.
</ParamField>

<ParamField body="rationale" type="string">
  Why the earlier version should be restored, for the reviewer.
</ParamField>
