From 9a08a5de5de2610342b627df71baa1354895c4d6 Mon Sep 17 00:00:00 2001 From: "alexander.lewis" Date: Wed, 20 Mar 2024 00:53:14 +1000 Subject: [PATCH 1/2] Fix update issue description. --- overseerr-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overseerr-api.yml b/overseerr-api.yml index 6e8f5896..3b702239 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -6355,7 +6355,7 @@ paths: post: summary: Update an issue's status description: | - Updates an issue's status to approved or declined. Also returns the issue in a JSON object. + Updates an issue's status to open or resolved. Also returns the issue in a JSON object. Requires the `MANAGE_ISSUES` permission or `ADMIN`. tags: From df408d15c57121401182086e1b0a781ead677817 Mon Sep 17 00:00:00 2001 From: "alexander.lewis" Date: Wed, 20 Mar 2024 23:11:20 +1000 Subject: [PATCH 2/2] Fix typo --- overseerr-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overseerr-api.yml b/overseerr-api.yml index 3b702239..90d03c7c 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -4987,7 +4987,7 @@ paths: description: | Creates a new request with the provided media ID and type. The `REQUEST` permission is required. - If the user has the `ADMIN` or `AUTO_APPROVE` permissions, their request will be auomatically approved. + If the user has the `ADMIN` or `AUTO_APPROVE` permissions, their request will be automatically approved. tags: - request requestBody: