Skip to content

Commit

Permalink
fix(api): small errors on overseerr-api.yaml (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kara-Zor-El authored Apr 19, 2024
1 parent cd0fa3e commit 0eea109
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion overseerr-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2092,6 +2092,13 @@ paths:
application/json:
schema:
type: array
items:
type: object
properties:
username:
type: string
userId:
type: integer
/settings/jellyfin/sync:
get:
summary: Get status of full Jellyfin library sync
Expand Down Expand Up @@ -3395,6 +3402,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:
Expand Down Expand Up @@ -3724,7 +3737,7 @@ paths:
results:
type: array
items:
$ref: '#/components/schemas/User'
$ref: '#/components/schemas/User'
post:
summary: Create new user
description: |
Expand Down

0 comments on commit 0eea109

Please sign in to comment.