{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Query Settings API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Query Settings", "type": "folder" }, "items": [ { "info": { "name": "Get query service settings", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/admin/settings" }, "docs": "Returns the current settings for the Query service node, including timeout values, memory quotas, and logging configuration." }, { "info": { "name": "Update query service settings", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8095/admin/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration settings for the Query service node." } ] } ], "bundled": true }