{ "opencollection": "1.0.0", "info": { "name": "PeerTube Abuses Debug API", "version": "8.1.0" }, "items": [ { "info": { "name": "Debug", "type": "folder" }, "items": [ { "info": { "name": "Get debug information", "type": "http" }, "http": { "method": "GET", "url": "https://peertube2.cpy.re/api/v1/server/debug", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve internal debug information for administrators." }, { "info": { "name": "Run a debug command", "type": "http" }, "http": { "method": "POST", "url": "https://peertube2.cpy.re/api/v1/server/debug/run-command", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Run an internal debug command as an administrator." } ] } ], "bundled": true }