fixed lint issue

This commit is contained in:
JasonLandbridge
2024-09-03 15:54:43 +02:00
parent 03977988b5
commit e2323ea652
4 changed files with 20 additions and 25 deletions

View File

@@ -6,19 +6,7 @@ get:
This endpoint will return the top watched content from libraries of a certain type
operationId: getTopWatchedContent
parameters:
- name: type
description: the library type (1 - movies, 2 - shows, 3 - music)
in: query
schema:
type: integer
required: true
examples:
movies:
value: 1
shows:
value: 2
music:
value: 3
- $ref: "../../parameters/type.yaml"
- name: includeGuids
in: query
description: |
@@ -224,3 +212,7 @@ get:
type: integer
format: int32
example: 220
"400":
$ref: "../../responses/400.yaml"
"401":
$ref: "../../responses/401.yaml"

View File

@@ -80,3 +80,7 @@ get:
schema:
type: string
format: binary
"400":
$ref: "../../../../../responses/400.yaml"
"401":
$ref: "../../../../../responses/401.yaml"

View File

@@ -80,3 +80,7 @@ get:
schema:
type: string
format: binary
"400":
$ref: "../../../../../responses/400.yaml"
"401":
$ref: "../../../../../responses/401.yaml"

View File

@@ -15,12 +15,7 @@ get:
schema:
type: number
required: true
- name: type
description: the metadata type of the item to return
in: query
schema:
type: number
required: true
- $ref: "../../parameters/type.yaml"
responses:
"200":
description: The playlist contents