The ID of the bucket the snapshot belongs to
The ID of the snapshot to restore
Snapshot restore request created successfully
The ID of the restore request
const response = await fetch('https://beta.data.banyan.computer/api/v1/buckets/{bucket_id}/snapshots/{snapshot_id}/restore', { method: 'PUT', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "id": "text" }