Restore a snapshot
POST /sandbox/fixtures/restore
POST
/sandbox/fixtures/restore
Restore the fixture rows to a previously saved snapshot.
Only sandbox-fixture rows (meta.sandbox_fixture = true) are replaced —
any records you created through normal API calls in this sandbox are left
untouched. Snapshots are taken over the same fixture-scoped set, so a
restore round-trips exactly what /fixtures/snapshot captured.
Authorizations
Parameters
Query Parameters
name
string
Header Parameters
Responses
200
Successful Response
object
action
required
string
name
required
string
sandbox
boolean
tables
required
Array<string>
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string