{ "opencollection": "1.0.0", "info": { "name": "Gleap AI content Code API", "version": "14.0.0" }, "items": [ { "info": { "name": "Code", "type": "folder" }, "items": [ { "info": { "name": "Ask a question about the project's connected source repositories", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/code/ask", "headers": [ { "name": "project", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Ask a question about the project's connected source repositories" } ] } ], "bundled": true }