diff --git a/.all-contributorsrc b/.all-contributorsrc index 3a7c225a..0178a921 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -926,6 +926,15 @@ "contributions": [ "code" ] + }, + { + "login": "Fuochi", + "name": "Fuochi", + "avatar_url": "https://avatars.githubusercontent.com/u/4720478?v=4", + "profile": "https://github.com/Fuochi", + "contributions": [ + "doc" + ] } ], "badgeTemplate": "\"All-orange.svg\"/>", diff --git a/README.md b/README.md index f8a00e9f..3c372a1c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Translation status GitHub -All Contributors +All Contributors

@@ -204,6 +204,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d RemiRigal
RemiRigal

💻 Joseph Risk
Joseph Risk

💻 Loetwiek
Loetwiek

💻 + Fuochi
Fuochi

📖 diff --git a/overseerr-api.yml b/overseerr-api.yml index 6e8f5896..c4c1e97b 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -3170,6 +3170,12 @@ paths: Updates a single slider and return the newly updated slider. Requires the `ADMIN` permission. tags: - settings + parameters: + - in: path + name: sliderId + required: true + schema: + type: number requestBody: required: true content: @@ -3467,7 +3473,7 @@ paths: results: type: array items: - $ref: '#/components/schemas/User' + $ref: '#/components/schemas/User' post: summary: Create new user description: |