mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 23:20:52 -05:00
rename batch update API name for consistency (#2595)
This commit is contained in:
@@ -3908,7 +3908,8 @@
|
||||
"tags": [
|
||||
"points"
|
||||
],
|
||||
"summary": "Apply a series of update operations for points, vectors and payloads",
|
||||
"summary": "Batch update points",
|
||||
"description": "Apply a series of update operations for points, vectors and payloads",
|
||||
"operationId": "batch_update",
|
||||
"requestBody": {
|
||||
"description": "update operations",
|
||||
|
||||
@@ -338,7 +338,8 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- points
|
||||
summary: Apply a series of update operations for points, vectors and payloads
|
||||
summary: Batch update points
|
||||
description: Apply a series of update operations for points, vectors and payloads
|
||||
operationId: batch_update
|
||||
requestBody:
|
||||
description: update operations
|
||||
|
||||
Reference in New Issue
Block a user