{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin sshKey API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "sshKey", "type": "folder" }, "items": [ { "info": { "name": "sshKey-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sshKey.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sshKey-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sshKey.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sshKey-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/sshKey.one", "params": [ { "name": "sshKeyId", "value": "", "type": "query" } ] } }, { "info": { "name": "sshKey-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/sshKey.all" } }, { "info": { "name": "sshKey-allForApps", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/sshKey.allForApps" } }, { "info": { "name": "sshKey-generate", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sshKey.generate", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sshKey-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sshKey.update", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }