missing timeout for payload index ops (#8176)

This commit is contained in:
Andrey Vasnetsov
2026-02-19 10:39:50 +01:00
committed by timvisee
parent 9f433b174a
commit 9152fbd206
2 changed files with 34 additions and 0 deletions

View File

@@ -154,6 +154,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
requestBody:
description: Field name
content:
@@ -211,6 +218,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}/cluster: