mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-27 13:47:50 +02:00
Update openapi schema with include_thumbnails deprecation comment (#19777)
This commit is contained in:
parent
b5aa1b2c21
commit
fa6956c46e
8
docs/static/frigate-api.yaml
vendored
8
docs/static/frigate-api.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user