Skip to content

Commit 9d6d02b

Browse files
authored
Update Python REST API reference docs for ADK 1.32.0 (#1724)
1 parent 58a51b7 commit 9d6d02b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/api-reference/rest/openapi.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "ADK REST API Reference",
5-
"version": "1.31.0"
5+
"version": "1.32.0"
66
},
77
"paths": {
88
"/health": {
@@ -6549,6 +6549,18 @@
65496549
],
65506550
"title": "Filesearchstore",
65516551
"description": "Optional. Name of the `FileSearchStore` containing the document. Example: `fileSearchStores/123`. This field is not supported in Vertex AI."
6552+
},
6553+
"pageNumber": {
6554+
"anyOf": [
6555+
{
6556+
"type": "integer"
6557+
},
6558+
{
6559+
"type": "null"
6560+
}
6561+
],
6562+
"title": "Pagenumber",
6563+
"description": "Optional. Page number of the retrieved context. This field is not supported in Vertex AI."
65526564
}
65536565
},
65546566
"additionalProperties": false,

0 commit comments

Comments
 (0)