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