mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
fixing lint issues
This commit is contained in:
@@ -3,5 +3,5 @@ in: query
|
||||
description: Plex Authentication Token
|
||||
schema:
|
||||
type: string
|
||||
example: CV5xoxjTpFKUzBTShsaf
|
||||
example: CV5xoxjTpFKUzBTShsaf
|
||||
required: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user