diff --git a/docs/api-reference/rest/openapi.json b/docs/api-reference/rest/openapi.json index 8351b372a..30035b2fb 100644 --- a/docs/api-reference/rest/openapi.json +++ b/docs/api-reference/rest/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "ADK REST API Reference", - "version": "1.32.0" + "version": "1.33.0" }, "paths": { "/health": { @@ -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,