Update openapi schema with include_thumbnails deprecation comment (#19777)

This commit is contained in:
Josh Hawkins 2025-08-26 16:24:43 -05:00 committed by GitHub
parent b5aa1b2c21
commit fa6956c46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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