From fd82c312547871f596ac6d20c9fc439675debbe2 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 27 Mar 2026 12:52:40 -0400 Subject: [PATCH] chore(api): clarify the 403 semantics on linked-account listing Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- seerr-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seerr-api.yml b/seerr-api.yml index 1e88cd3bb..2b8a429e4 100644 --- a/seerr-api.yml +++ b/seerr-api.yml @@ -5205,7 +5205,7 @@ paths: items: $ref: '#/components/schemas/LinkedAccount' '403': - description: Invalid credentials + description: Insufficient permissions /user/{userId}/settings/linked-accounts/plex: post: summary: Link the provided Plex account to the current user