fixing lint issues

This commit is contained in:
JasonLandbridge
2024-09-03 13:19:22 +02:00
parent 24f9bb82df
commit b2f43e3920
8 changed files with 13 additions and 63 deletions

View File

@@ -3,5 +3,5 @@ in: query
description: Plex Authentication Token
schema:
type: string
example: CV5xoxjTpFKUzBTShsaf
example: CV5xoxjTpFKUzBTShsaf
required: true

View File

@@ -1,15 +1,6 @@
#name: type
#in: query
#description: |
# Filter the type of media to retrieve
#required: false
#schema:
# $ref: '../models/common/PlexMediaType.yaml'
#
#
name: type
in: query
description: Plex content type to search for
description: Filter the type of media to retrieve
schema:
type: integer
enum:
@@ -17,5 +8,5 @@ schema:
- 2
- 3
- 4
example: 2
example: 2
required: true