{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Time Travel API", "version": "4.0.0" }, "items": [ { "info": { "name": "Time Travel", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Get D1 Database Bookmark", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/d1/database/:database_id/time_travel/bookmark", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "database_id", "value": "", "type": "path", "description": "The unique identifier of the D1 database." } ] }, "docs": "Retrieve the current or a historical bookmark for the database, which represents a point-in-time snapshot." }, { "info": { "name": "Cloudflare Restore D1 Database", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/d1/database/:database_id/time_travel/restore", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "database_id", "value": "", "type": "path", "description": "The unique identifier of the D1 database." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restore the database to a previous state using a bookmark from time travel." } ] } ], "bundled": true }