{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Local Documents API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Local Documents", "type": "folder" }, "items": [ { "info": { "name": "Get a local document", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/:db/_local/:localDocId", "params": [ { "name": "db", "value": "", "type": "path", "description": "The database name" }, { "name": "localDocId", "value": "", "type": "path", "description": "Local document ID" } ] }, "docs": "Retrieves a local document. Local documents are not replicated and are used internally for replication checkpoints." }, { "info": { "name": "Create or update a local document", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:8095/:db/_local/:localDocId", "params": [ { "name": "db", "value": "", "type": "path", "description": "The database name" }, { "name": "localDocId", "value": "", "type": "path", "description": "Local document ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a local document. Local documents are not replicated and are used for replication checkpoints." }, { "info": { "name": "Delete a local document", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost:8095/:db/_local/:localDocId", "params": [ { "name": "db", "value": "", "type": "path", "description": "The database name" }, { "name": "localDocId", "value": "", "type": "path", "description": "Local document ID" }, { "name": "rev", "value": "", "type": "query", "description": "Current revision of the local document" } ] }, "docs": "Deletes a local document." } ] } ], "bundled": true }