Skip to content

Commit af0bd4c

Browse files
authored
fix(docs): correct openapi docs minor issues (#3648)
1 parent 107bce2 commit af0bd4c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

overseerr-api.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3170,6 +3170,12 @@ paths:
31703170
Updates a single slider and return the newly updated slider. Requires the `ADMIN` permission.
31713171
tags:
31723172
- settings
3173+
parameters:
3174+
- in: path
3175+
name: sliderId
3176+
required: true
3177+
schema:
3178+
type: number
31733179
requestBody:
31743180
required: true
31753181
content:
@@ -3467,7 +3473,7 @@ paths:
34673473
results:
34683474
type: array
34693475
items:
3470-
$ref: '#/components/schemas/User'
3476+
$ref: '#/components/schemas/User'
34713477
post:
34723478
summary: Create new user
34733479
description: |

0 commit comments

Comments
 (0)