diff --git a/overseerr-api.yml b/overseerr-api.yml index c4c1e97b..e3f2279d 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -4993,7 +4993,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: @@ -6361,7 +6361,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: