From a7909342b4bf9f6464a392fd14d4de20d7b05564 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <31414959+0xSysR3ll@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:32:58 +0200 Subject: [PATCH] fix(api): correct Jellyfin users endpoint documentation (#2073) Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> --- seerr-api.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/seerr-api.yml b/seerr-api.yml index 3b1d134fd..979dfd717 100644 --- a/seerr-api.yml +++ b/seerr-api.yml @@ -2339,8 +2339,12 @@ paths: properties: username: type: string - userId: - type: integer + id: + type: string + thumb: + type: string + email: + type: string /settings/jellyfin/sync: get: summary: Get status of full Jellyfin library sync