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