{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin github API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "github", "type": "folder" }, "items": [ { "info": { "name": "github-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/github.one", "params": [ { "name": "githubId", "value": "", "type": "query" } ] } }, { "info": { "name": "github-getGithubRepositories", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/github.getGithubRepositories", "params": [ { "name": "githubId", "value": "", "type": "query" } ] } }, { "info": { "name": "github-getGithubBranches", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/github.getGithubBranches", "params": [ { "name": "repo", "value": "", "type": "query" }, { "name": "owner", "value": "", "type": "query" }, { "name": "githubId", "value": "", "type": "query" } ] } }, { "info": { "name": "github-githubProviders", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/github.githubProviders" } }, { "info": { "name": "github-testConnection", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/github.testConnection", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "github-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/github.update", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }