Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/api-reference/rest/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "ADK REST API Reference",
"version": "1.32.0"
"version": "1.33.0"
},
"paths": {
"/health": {
Expand Down Expand Up @@ -6561,6 +6561,18 @@
],
"title": "Pagenumber",
"description": "Optional. Page number of the retrieved context. This field is not supported in Vertex AI."
},
"mediaId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Mediaid",
"description": "Optional. Media ID. This field is not supported in Vertex AI."
}
},
"additionalProperties": false,
Expand Down
Loading