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