The ID of the metadata to snapshot
Successfully created a snapshot of the metadata
const response = await fetch('https://beta.data.banyan.computer/api/v1/buckets/metadata/{metadata_id}/snapshot', { method: 'POST', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "id": "text", "root_cid": "text", "metadata_cid": "text", "data_size": 0, "state": "active", "created_at": 0, "updated_at": 0, "snapshot_id": "text" }