rename batch update API name for consistency (#2595)

This commit is contained in:
Andrey Vasnetsov
2023-09-05 12:54:13 +02:00
committed by GitHub
parent 713bb1f85c
commit ecca2850e8
2 changed files with 4 additions and 2 deletions

View File

@@ -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",

View File

@@ -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