{ "opencollection": "1.0.0", "info": { "name": "Qdrant Aliases Indexes API", "version": "master" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Indexes", "type": "folder" }, "items": [ { "info": { "name": "Create index for field in collection", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}/collections/:collection_name/index", "params": [ { "name": "collection_name", "value": "", "type": "path", "description": "Name of the collection" }, { "name": "wait", "value": "", "type": "query", "description": "If true, wait for changes to actually happen" }, { "name": "ordering", "value": "", "type": "query", "description": "define ordering guarantees for the operation" }, { "name": "timeout", "value": "", "type": "query", "description": "Timeout for the operation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create index for field in collection" }, { "info": { "name": "Delete index for field in collection", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}/collections/:collection_name/index/:field_name", "params": [ { "name": "collection_name", "value": "", "type": "path", "description": "Name of the collection" }, { "name": "field_name", "value": "", "type": "path", "description": "Name of the field where to delete the index" }, { "name": "wait", "value": "", "type": "query", "description": "If true, wait for changes to actually happen" }, { "name": "ordering", "value": "", "type": "query", "description": "define ordering guarantees for the operation" }, { "name": "timeout", "value": "", "type": "query", "description": "Timeout for the operation" } ] }, "docs": "Delete field index for collection" } ] } ], "bundled": true }