From d787aa7d6444703291fb74724279105971d9fade Mon Sep 17 00:00:00 2001 From: sct Date: Sun, 19 Sep 2021 09:12:03 +0000 Subject: [PATCH] deploy: 98ece67655a5dffe894974e337a3603afeed0236 --- overseerr-api.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/overseerr-api.yml b/overseerr-api.yml index 36248eacb..0a1ef5be3 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -768,6 +768,10 @@ components: $ref: '#/components/schemas/ExternalIds' mediaInfo: $ref: '#/components/schemas/MediaInfo' + watchProviders: + type: array + items: + $ref: '#/components/schemas/WatchProviders' Episode: type: object properties: @@ -942,6 +946,10 @@ components: $ref: '#/components/schemas/Keyword' mediaInfo: $ref: '#/components/schemas/MediaInfo' + watchProviders: + type: array + items: + $ref: '#/components/schemas/WatchProviders' MediaRequest: type: object properties: @@ -1631,6 +1639,33 @@ components: type: number webpush: type: number + WatchProviders: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + link: + type: string + buy: + type: array + items: + $ref: '#/components/schemas/WatchProviderDetails' + flatrate: + items: + $ref: '#/components/schemas/WatchProviderDetails' + WatchProviderDetails: + type: object + properties: + displayPriority: + type: number + logoPath: + type: string + id: + type: number + name: + type: string securitySchemes: cookieAuth: type: apiKey