{ "opencollection": "1.0.0", "info": { "name": "Qdrant Aliases API", "version": "master" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Aliases", "type": "folder" }, "items": [ { "info": { "name": "Update aliases of the collections", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}/collections/aliases", "params": [ { "name": "timeout", "value": "", "type": "query", "description": "Wait for operation commit timeout in seconds.\nIf timeout is reached - request will return with service error.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update aliases of the collections" }, { "info": { "name": "List aliases for collection", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/collections/:collection_name/aliases", "params": [ { "name": "collection_name", "value": "", "type": "path", "description": "Name of the collection" } ] }, "docs": "Get list of all aliases for a collection" }, { "info": { "name": "List collections aliases", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/aliases" }, "docs": "Get list of all existing collections aliases" } ] } ], "bundled": true }