generated from tryAGI/SdkTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from tryAGI/bot/update-openapi_202412231519
feat:@coderabbitai
- Loading branch information
Showing
2 changed files
with
2 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ info: | |
name: Weaviate | ||
url: https://github.com/weaviate | ||
email: [email protected] | ||
version: '1.28.0' | ||
version: '1.28.2' | ||
servers: | ||
- url: https:///v1 | ||
paths: | ||
|
@@ -5176,13 +5176,6 @@ components: | |
items: | ||
type: string | ||
description: The list of nodes that owns that tenant data. | ||
dataVersion: | ||
minimum: 0 | ||
type: integer | ||
description: Experimental. The data version of the tenant is a monotonically increasing number starting from 0 which is incremented each time a tenant's data is offloaded to cloud storage. | ||
default: 0 | ||
example: 3 | ||
x-nullable: true | ||
description: attributes representing a single tenant response within weaviate | ||
parameters: | ||
CommonAfterParameterQuery: | ||
|