mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 20:47:48 +00:00
fixed lint issue
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -80,3 +80,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
format: binary
|
||||
"400":
|
||||
$ref: "../../../../../responses/400.yaml"
|
||||
"401":
|
||||
$ref: "../../../../../responses/401.yaml"
|
||||
|
||||
@@ -80,3 +80,7 @@ get:
|
||||
schema:
|
||||
type: string
|
||||
format: binary
|
||||
"400":
|
||||
$ref: "../../../../../responses/400.yaml"
|
||||
"401":
|
||||
$ref: "../../../../../responses/401.yaml"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user