{ "opencollection": "1.0.0", "info": { "name": "Apache Solr REST Collections API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "List collections", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8983/api/collections" }, "docs": "List collections" }, { "info": { "name": "Create, alias, backup, or restore a collection", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8983/api/collections" }, "docs": "Create, alias, backup, or restore a collection" }, { "info": { "name": "Modify collection attributes and replica settings", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8983/api/c/:collection", "params": [ { "name": "collection", "value": "", "type": "path" } ] }, "docs": "Modify collection attributes and replica settings" } ] } ], "bundled": true }