{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin environment API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "environment", "type": "folder" }, "items": [ { "info": { "name": "environment-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/environment.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environment-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/environment.one", "params": [ { "name": "environmentId", "value": "", "type": "query" } ] } }, { "info": { "name": "environment-byProjectId", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/environment.byProjectId", "params": [ { "name": "projectId", "value": "", "type": "query" } ] } }, { "info": { "name": "environment-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/environment.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environment-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/environment.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environment-duplicate", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/environment.duplicate", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "environment-search", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/environment.search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "projectId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } } ] } ], "bundled": true }