From fd33336a3936e1792d020a69a8681ec36c3befae Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <0xsysr3ll@pm.me> Date: Thu, 9 Oct 2025 19:34:19 +0200 Subject: [PATCH] fix(api): description should be consistent Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> --- seerr-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seerr-api.yml b/seerr-api.yml index d4f4c6a3..578702b4 100644 --- a/seerr-api.yml +++ b/seerr-api.yml @@ -1266,7 +1266,7 @@ components: ignoreQuota: type: boolean example: false - description: If true, this request does not count against the user's quota + description: If true, this request will not count against the user's quota. Requires MANAGE_REQUESTS permission. required: - id - status