{ "opencollection": "1.0.0", "info": { "name": "Typesense Analytics Analytics Events Collection Aliases API", "version": "30.1" }, "request": { "auth": { "type": "apikey", "key": "X-TYPESENSE-API-KEY", "value": "{{X-TYPESENSE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Collection Aliases", "type": "folder" }, "items": [ { "info": { "name": "List All Collection Aliases", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/aliases" }, "docs": "Retrieves all collection aliases and the collections they point to." }, { "info": { "name": "Retrieve A Collection Alias", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/aliases/:aliasName", "params": [ { "name": "aliasName", "value": "", "type": "path", "description": "Name of the collection alias." } ] }, "docs": "Retrieves a specific alias and the collection it points to." }, { "info": { "name": "Create Or Update A Collection Alias", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}/aliases/:aliasName", "params": [ { "name": "aliasName", "value": "", "type": "path", "description": "Name of the collection alias." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new alias or updates an existing one to point to a different collection. Aliases enable zero-downtime reindexing." }, { "info": { "name": "Delete A Collection Alias", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}/aliases/:aliasName", "params": [ { "name": "aliasName", "value": "", "type": "path", "description": "Name of the collection alias." } ] }, "docs": "Deletes a collection alias by name." } ] } ], "bundled": true }