{ "opencollection": "1.0.0", "info": { "name": "Elastic Cloud Account Documents API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Get a document by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic-cloud.com/:index/_doc/:id", "params": [ { "name": "index", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a document by ID" }, { "info": { "name": "Index a document with explicit ID", "type": "http" }, "http": { "method": "PUT", "url": "https://api.elastic-cloud.com/:index/_doc/:id", "params": [ { "name": "index", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Index a document with explicit ID" }, { "info": { "name": "Delete a document by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.elastic-cloud.com/:index/_doc/:id", "params": [ { "name": "index", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a document by ID" } ] } ], "bundled": true }