{ "opencollection": "1.0.0", "info": { "name": "Cribl As Code API Credentials System API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Get Git settings", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/system/settings/git-settings" }, "docs": "Retrieves the current Git integration settings including repository URL, branch, and sync configuration." }, { "info": { "name": "Update Git settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://gateway.cribl.cloud/system/settings/git-settings", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Git integration settings for version-controlled configuration management." } ] } ], "bundled": true }