{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Analytics Library API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Analytics Library", "type": "folder" }, "items": [ { "info": { "name": "Create or update a library", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:8095/analytics/library/:scope/:name", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The scope of the library" }, { "name": "name", "value": "", "type": "path", "description": "The name of the library" } ] }, "docs": "Creates or updates a JavaScript library that can be used to define SQL++ user-defined functions in the Analytics service." }, { "info": { "name": "Delete a library", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost:8095/analytics/library/:scope/:name", "params": [ { "name": "scope", "value": "", "type": "path", "description": "The scope of the library" }, { "name": "name", "value": "", "type": "path", "description": "The name of the library" } ] }, "docs": "Deletes a JavaScript library from the Analytics service." } ] } ], "bundled": true }