{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin gitProvider API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "gitProvider", "type": "folder" }, "items": [ { "info": { "name": "gitProvider-getAll", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/gitProvider.getAll" } }, { "info": { "name": "gitProvider-toggleShare", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/gitProvider.toggleShare", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "gitProvider-allForPermissions", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/gitProvider.allForPermissions" } }, { "info": { "name": "gitProvider-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/gitProvider.remove", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }