{ "opencollection": "1.0.0", "info": { "name": "Arthur GenAI Engine Agent Discovery Configuration API", "version": "2.1.688" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get Configuration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/configuration", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get application configuration settings." }, { "info": { "name": "Update Configuration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/configuration", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update application configuration settings." } ] } ], "bundled": true }