diff --git a/output/plex-media-server-spec-dereferenced.yaml b/output/plex-media-server-spec-dereferenced.yaml index fabd3338..9d0761a3 100644 --- a/output/plex-media-server-spec-dereferenced.yaml +++ b/output/plex-media-server-spec-dereferenced.yaml @@ -5676,8 +5676,8 @@ paths: example: 401 '/library/sections/watchlist/{filter}': servers: - - url: 'https://metadata.provider.plex.tv' - description: The plex metadata provider server + - url: 'https://discover.provider.plex.tv' + description: The plex discover provider server get: tags: - Watchlist diff --git a/src/paths/library/sections/watchlist/get-watch-list.yaml b/src/paths/library/sections/watchlist/get-watch-list.yaml index ab0eaee5..62bd996a 100644 --- a/src/paths/library/sections/watchlist/get-watch-list.yaml +++ b/src/paths/library/sections/watchlist/get-watch-list.yaml @@ -1,6 +1,6 @@ servers: - - url: "https://metadata.provider.plex.tv" - description: The plex metadata provider server + - url: "https://discover.provider.plex.tv" + description: The plex discover provider server get: tags: - Watchlist