From fa6956c46e6a8c27679f4b08550dca3835411338 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:24:43 -0500 Subject: [PATCH] Update openapi schema with include_thumbnails deprecation comment (#19777) --- docs/static/frigate-api.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/static/frigate-api.yaml b/docs/static/frigate-api.yaml index 3df025d9f..ca53bdcf7 100644 --- a/docs/static/frigate-api.yaml +++ b/docs/static/frigate-api.yaml @@ -1759,6 +1759,10 @@ paths: - name: include_thumbnails in: query required: false + description: > + Deprecated. Thumbnail data is no longer included in the response. + Use the /api/events/:event_id/thumbnail.:extension endpoint instead. + deprecated: true schema: anyOf: - type: integer @@ -1973,6 +1977,10 @@ paths: - name: include_thumbnails in: query required: false + description: > + Deprecated. Thumbnail data is no longer included in the response. + Use the /api/events/:event_id/thumbnail.:extension endpoint instead. + deprecated: true schema: anyOf: - type: integer