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