cURL
curl --request POST \ --url https://api.rigbox.dev/api/workspaces/{id}/snapshots/{snapshot_id}/restore \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "workspace_id": "<string>" }
Restore a workspace to a previous snapshot state.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Snapshot ID
Snapshot restored