{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin patch API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "patch", "type": "folder" }, "items": [ { "info": { "name": "patch-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/patch.one", "params": [ { "name": "patchId", "value": "", "type": "query" } ] } }, { "info": { "name": "patch-byEntityId", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/patch.byEntityId", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "patch-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch-delete", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.delete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch-toggleEnabled", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.toggleEnabled", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch-ensureRepo", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.ensureRepo", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch-readRepoDirectories", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/patch.readRepoDirectories", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "repoPath", "value": "", "type": "query" } ] } }, { "info": { "name": "patch-readRepoFile", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/patch.readRepoFile", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "filePath", "value": "", "type": "query" } ] } }, { "info": { "name": "patch-saveFileAsPatch", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.saveFileAsPatch", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch-markFileForDeletion", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.markFileForDeletion", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch-cleanPatchRepos", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/patch.cleanPatchRepos", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }