Skip to content

Commit 6c03c54

Browse files
generalltimvisee
authored andcommitted
rename batch update API name for consistency (qdrant#2595)
1 parent b15d290 commit 6c03c54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/redoc/master/openapi.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3908,7 +3908,8 @@
39083908
"tags": [
39093909
"points"
39103910
],
3911-
"summary": "Apply a series of update operations for points, vectors and payloads",
3911+
"summary": "Batch update points",
3912+
"description": "Apply a series of update operations for points, vectors and payloads",
39123913
"operationId": "batch_update",
39133914
"requestBody": {
39143915
"description": "update operations",

openapi/openapi-points.ytt.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ paths:
338338
post:
339339
tags:
340340
- points
341-
summary: Apply a series of update operations for points, vectors and payloads
341+
summary: Batch update points
342+
description: Apply a series of update operations for points, vectors and payloads
342343
operationId: batch_update
343344
requestBody:
344345
description: update operations

0 commit comments

Comments
 (0)