diff --git a/overseerr-api.yml b/overseerr-api.yml index 63638eeac..bf324b029 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -5167,6 +5167,22 @@ paths: name: type: string example: Drama + /backdrops: + get: + summary: Get backdrops of trending items + description: Returns a list of backdrop image paths in a JSON array. + security: [] + tags: + - tmdb + responses: + '200': + description: Results + content: + application/json: + schema: + type: array + items: + type: string security: - cookieAuth: []