Skip to content

Commit

Permalink
remove /collections/aliases (qdrant#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Feb 7, 2023
1 parent baed8cf commit 1687e71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
56 changes: 0 additions & 56 deletions docs/redoc/master/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,62 +779,6 @@
}
}
}
},
"get": {
"tags": [
"collections"
],
"summary": "List collections aliases",
"description": "Get list of all existing collections aliases",
"operationId": "get_collections_mappings",
"responses": {
"default": {
"description": "error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"4XX": {
"description": "error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"200": {
"description": "successful operation",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"time": {
"type": "number",
"format": "float",
"description": "Time spent to process this request"
},
"status": {
"type": "string",
"enum": [
"ok"
]
},
"result": {
"$ref": "#/components/schemas/CollectionsAliasesResponse"
}
}
}
}
}
}
}
}
},
"/collections/{collection_name}/index": {
Expand Down
7 changes: 0 additions & 7 deletions openapi/openapi-collections.ytt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@ paths:
schema:
type: integer
responses: #@ response(type("boolean"))
get:
tags:
- collections
summary: List collections aliases
description: Get list of all existing collections aliases
operationId: get_collections_mappings
responses: #@ response(reference("CollectionsAliasesResponse"))

/collections/{collection_name}/index:
put:
Expand Down

0 comments on commit 1687e71

Please sign in to comment.