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