mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
add missing timeout parameter for delete points API
This commit is contained in:
@@ -4043,6 +4043,16 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/WriteOrdering"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "timeout",
|
||||
"in": "query",
|
||||
"description": "Timeout for the operation",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
@@ -139,6 +139,13 @@ paths:
|
||||
required: false
|
||||
schema:
|
||||
$ref: "#/components/schemas/WriteOrdering"
|
||||
- name: timeout
|
||||
in: query
|
||||
description: "Timeout for the operation"
|
||||
required: false
|
||||
schema:
|
||||
type: integer
|
||||
minimum: 1
|
||||
responses: #@ response(reference("UpdateResult"))
|
||||
|
||||
/collections/{collection_name}/points/vectors:
|
||||
|
||||
Reference in New Issue
Block a user