Skip to content

Commit fc4c535

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#111)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent a2cad75 commit fc4c535

5 files changed

Lines changed: 24 additions & 24 deletions

src/libs/Google.Gemini/Generated/Google.Gemini.GeminiClient.FileSearchStoresDocumentsDelete.g.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/libs/Google.Gemini/Generated/Google.Gemini.GeminiClient.FileSearchStoresDocumentsGet.g.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/libs/Google.Gemini/Generated/Google.Gemini.IGeminiClient.FileSearchStoresDocumentsDelete.g.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/libs/Google.Gemini/Generated/Google.Gemini.IGeminiClient.FileSearchStoresDocumentsGet.g.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/libs/Google.Gemini/openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,15 +2150,15 @@
21502150
"operationId": "fileSearchStores.documents.get",
21512151
"parameters": [
21522152
{
2153-
"name": "fileSearchStoresId",
2153+
"name": "documentsId",
21542154
"in": "path",
21552155
"required": true,
21562156
"schema": {
21572157
"type": "string"
21582158
}
21592159
},
21602160
{
2161-
"name": "documentsId",
2161+
"name": "fileSearchStoresId",
21622162
"in": "path",
21632163
"required": true,
21642164
"description": "Required. The name of the `Document` to retrieve. Example: `fileSearchStores/my-file-search-store-123/documents/the-doc-abc`",
@@ -2186,15 +2186,15 @@
21862186
"operationId": "fileSearchStores.documents.delete",
21872187
"parameters": [
21882188
{
2189-
"name": "fileSearchStoresId",
2189+
"name": "documentsId",
21902190
"in": "path",
21912191
"required": true,
21922192
"schema": {
21932193
"type": "string"
21942194
}
21952195
},
21962196
{
2197-
"name": "documentsId",
2197+
"name": "fileSearchStoresId",
21982198
"in": "path",
21992199
"required": true,
22002200
"description": "Required. The resource name of the `Document` to delete. Example: `fileSearchStores/my-file-search-store-123/documents/the-doc-abc`",

0 commit comments

Comments
 (0)