fix(api): small errors on overseerr-api.yaml (#721)

This commit is contained in:
Kara
2024-04-19 15:21:12 -04:00
committed by GitHub
parent cd0fa3e223
commit 0eea1090df

View File

@@ -2092,6 +2092,13 @@ paths:
application/json: application/json:
schema: schema:
type: array type: array
items:
type: object
properties:
username:
type: string
userId:
type: integer
/settings/jellyfin/sync: /settings/jellyfin/sync:
get: get:
summary: Get status of full Jellyfin library sync summary: Get status of full Jellyfin library sync
@@ -3395,6 +3402,12 @@ paths:
Updates a single slider and return the newly updated slider. Requires the `ADMIN` permission. Updates a single slider and return the newly updated slider. Requires the `ADMIN` permission.
tags: tags:
- settings - settings
parameters:
- in: path
name: sliderId
required: true
schema:
type: number
requestBody: requestBody:
required: true required: true
content: content: