{ "opencollection": "1.0.0", "info": { "name": "Milvus REST Collections Partitions API", "version": "2.5.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Partitions", "type": "folder" }, "items": [ { "info": { "name": "Create a partition", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/partitions/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a partition" }, { "info": { "name": "Drop a partition", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/partitions/drop", "body": { "type": "json", "data": "{}" } }, "docs": "Drop a partition" }, { "info": { "name": "List partitions for a collection", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/partitions/list", "body": { "type": "json", "data": "{}" } }, "docs": "List partitions for a collection" } ] } ], "bundled": true }