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