Skip to content

Commit 2392b42

Browse files
authored
Update Python REST API reference docs for ADK 1.33.0 (#1751)
1 parent 47896dd commit 2392b42

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.32.0"
5+
"version": "1.33.0"
66
},
77
"paths": {
88
"/health": {
@@ -6561,6 +6561,18 @@
65616561
],
65626562
"title": "Pagenumber",
65636563
"description": "Optional. Page number of the retrieved context. This field is not supported in Vertex AI."
6564+
},
6565+
"mediaId": {
6566+
"anyOf": [
6567+
{
6568+
"type": "string"
6569+
},
6570+
{
6571+
"type": "null"
6572+
}
6573+
],
6574+
"title": "Mediaid",
6575+
"description": "Optional. Media ID. This field is not supported in Vertex AI."
65646576
}
65656577
},
65666578
"additionalProperties": false,

0 commit comments

Comments
 (0)