thincms_restore_snapshot
Restore a previously captured snapshot to revert a resource to its exact state at capture time. Use as cleanup after test writes.
Instructions
Write a previously-captured snapshot back to its original resource. Reverts the resource to the exact bytes captured at snapshot time. Fails if the snapshot has expired (24h) or the resource has been deleted. Use as the cleanup step after any test write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshotId | Yes | The snapshot ID returned by thincms_snapshot. |