From e6348ab5ecab6b3c607d04be6ff8f66c8445f560 Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 16 Oct 2021 00:54:34 +0000 Subject: [PATCH] deploy: 3486d0bf5520cbdff60bd8fd023caed76c452973 --- overseerr-api.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: []