From a4f1f1203a2c7157914c9e0eff9a5eecbc6b8ab3 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:52:16 +0500 Subject: [PATCH] feat(api): add severType to the api BREAKING CHANGE: This adds a serverType to the `/auth/jellyfin` which requires a serverType to be set (`jellyfin`/`emby`) --- overseerr-api.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overseerr-api.yml b/overseerr-api.yml index 7a7ea490..5f4c3dd8 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -3573,6 +3573,8 @@ paths: type: string email: type: string + serverType: + type: string required: - username - password