{ "opencollection": "1.0.0", "info": { "name": "Elasticsearch Bulk Doc API", "version": "1.0.0" }, "items": [ { "info": { "name": "Doc", "type": "folder" }, "items": [ { "info": { "name": "Get document by ID", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9200/:index/_doc/:id", "params": [ { "name": "index", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get document by ID" }, { "info": { "name": "Index document with explicit ID", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:9200/:index/_doc/:id", "params": [ { "name": "index", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Index document with explicit ID" }, { "info": { "name": "Delete document by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost:9200/:index/_doc/:id", "params": [ { "name": "index", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete document by ID" } ] } ], "bundled": true }