From 570678a387c781b1f165b0d09f010c0dc7d6a804 Mon Sep 17 00:00:00 2001 From: sct Date: Sun, 21 Aug 2022 07:34:06 +0000 Subject: [PATCH] deploy: 301f2bf7ab0c5e7c5aef9d78a58d6449df0f55b8 --- overseerr-api.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/overseerr-api.yml b/overseerr-api.yml index b6fb50fbb..fccc26bc0 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -4403,6 +4403,46 @@ paths: name: type: string example: Genre Name + /discover/watchlist: + get: + summary: Get the Plex watchlist. + tags: + - search + parameters: + - in: query + name: page + schema: + type: number + example: 1 + default: 1 + responses: + '200': + description: Watchlist data returned + content: + application/json: + schema: + type: object + properties: + page: + type: number + totalPages: + type: number + totalResults: + type: number + results: + type: array + items: + type: object + properties: + tmdbId: + type: number + example: 1 + ratingKey: + type: string + type: + type: string + title: + type: string /request: get: summary: Get all requests