{ "opencollection": "1.0.0", "info": { "name": "Discourse API Documentation Admin Backups API", "version": "latest" }, "items": [ { "info": { "name": "Backups", "type": "folder" }, "items": [ { "info": { "name": "List backups", "type": "http" }, "http": { "method": "GET", "url": "https://{defaultHost}/admin/backups.json" }, "docs": "List backups" }, { "info": { "name": "Create backup", "type": "http" }, "http": { "method": "POST", "url": "https://{defaultHost}/admin/backups.json", "body": { "type": "json", "data": "{}" } }, "docs": "Create backup" }, { "info": { "name": "Download backup", "type": "http" }, "http": { "method": "GET", "url": "https://{defaultHost}/admin/backups/:filename", "params": [ { "name": "filename", "value": "", "type": "path" }, { "name": "token", "value": "", "type": "query" } ] }, "docs": "Download backup" }, { "info": { "name": "Send download backup email", "type": "http" }, "http": { "method": "PUT", "url": "https://{defaultHost}/admin/backups/:filename", "params": [ { "name": "filename", "value": "", "type": "path" } ] }, "docs": "Send download backup email" } ] } ], "bundled": true }