mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-08 12:37:45 +00:00
cleaning whitespace and formatting
This commit is contained in:
@@ -15,7 +15,6 @@ get:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
- $ref: "../../parameters/ClientIdentifier.yaml"
|
- $ref: "../../parameters/ClientIdentifier.yaml"
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Access Token
|
description: Access Token
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ post:
|
|||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
- $ref: "../../parameters/ClientIdentifier.yaml"
|
- $ref: "../../parameters/ClientIdentifier.yaml"
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The Pin
|
description: The Pin
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ get:
|
|||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The playlist contents
|
description: The playlist contents
|
||||||
@@ -101,7 +100,8 @@ get:
|
|||||||
example: PG-13
|
example: PG-13
|
||||||
summary:
|
summary:
|
||||||
type: string
|
type: string
|
||||||
example: Serenity continues the story of the TV series it was based upon
|
example:
|
||||||
|
Serenity continues the story of the TV series it was based upon
|
||||||
("Firefly"). River Tam had a secret - one in which she's not
|
("Firefly"). River Tam had a secret - one in which she's not
|
||||||
even aware - so dangerous, no one's safe, as an Alliance
|
even aware - so dangerous, no one's safe, as an Alliance
|
||||||
operative's sent to capture her, and all others are considered
|
operative's sent to capture her, and all others are considered
|
||||||
@@ -295,7 +295,6 @@ get:
|
|||||||
$ref: "../../responses/400.yaml"
|
$ref: "../../responses/400.yaml"
|
||||||
"401":
|
"401":
|
||||||
$ref: "../../responses/401.yaml"
|
$ref: "../../responses/401.yaml"
|
||||||
|
|
||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- Playlists
|
- Playlists
|
||||||
@@ -310,7 +309,6 @@ delete:
|
|||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The playlist contents are cleared
|
description: The playlist contents are cleared
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ post:
|
|||||||
- 0
|
- 0
|
||||||
- 1
|
- 1
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The playlist is uploaded
|
description: The playlist is uploaded
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ get:
|
|||||||
timeStamp: 1705895805.4919229
|
timeStamp: 1705895805.4919229
|
||||||
maxOffsetAvailable: 29.53
|
maxOffsetAvailable: 29.53
|
||||||
minOffsetAvailable: 3.003000020980835
|
minOffsetAvailable: 3.003000020980835
|
||||||
|
|
||||||
"400":
|
"400":
|
||||||
$ref: "../responses/400.yaml"
|
$ref: "../responses/400.yaml"
|
||||||
"401":
|
"401":
|
||||||
|
|||||||
@@ -140,7 +140,6 @@ get:
|
|||||||
(Transcoder) Software transcoding on Ubuntu could cause unexpected behavior (#14605)
|
(Transcoder) Software transcoding on Ubuntu could cause unexpected behavior (#14605)
|
||||||
downloadURL: https://plex.tv/downloads/latest/5?channel=8&build=linux-x86_64&distro=redhat&X-Plex-Token=xxxxxxxxxxxxxxxxxxxx
|
downloadURL: https://plex.tv/downloads/latest/5?channel=8&build=linux-x86_64&distro=redhat&X-Plex-Token=xxxxxxxxxxxxxxxxxxxx
|
||||||
state: notify
|
state: notify
|
||||||
|
|
||||||
"400":
|
"400":
|
||||||
$ref: "../../responses/400.yaml"
|
$ref: "../../responses/400.yaml"
|
||||||
"401":
|
"401":
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ get:
|
|||||||
description: Whether the media item has MDE
|
description: Whether the media item has MDE
|
||||||
required: true
|
required: true
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 1
|
example: 1
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ get:
|
|||||||
description: The path to the media item to transcode
|
description: The path to the media item to transcode
|
||||||
required: true
|
required: true
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: "/library/metadata/23409"
|
example: "/library/metadata/23409"
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ get:
|
|||||||
description: The index of the media item to transcode
|
description: The index of the media item to transcode
|
||||||
required: true
|
required: true
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
@@ -33,15 +33,15 @@ get:
|
|||||||
description: The index of the part to transcode
|
description: The index of the part to transcode
|
||||||
required: true
|
required: true
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
- name: protocol
|
- name: protocol
|
||||||
description: The protocol to use for the transcode session
|
description: The protocol to use for the transcode session
|
||||||
required: true
|
required: true
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: "hls"
|
example: "hls"
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ get:
|
|||||||
description: Whether to use fast seek or not
|
description: Whether to use fast seek or not
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ get:
|
|||||||
description: Whether to use direct play or not
|
description: Whether to use direct play or not
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ get:
|
|||||||
description: Whether to use direct stream or not
|
description: Whether to use direct stream or not
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ get:
|
|||||||
description: The size of the subtitles
|
description: The size of the subtitles
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 100
|
example: 100
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ get:
|
|||||||
description: The subtitles
|
description: The subtitles
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: "burn"
|
example: "burn"
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ get:
|
|||||||
description: The audio boost
|
description: The audio boost
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 100
|
example: 100
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ get:
|
|||||||
description: The location of the transcode session
|
description: The location of the transcode session
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: lan
|
example: lan
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ get:
|
|||||||
description: The size of the media buffer
|
description: The size of the media buffer
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 102400
|
example: 102400
|
||||||
|
|
||||||
@@ -113,7 +113,7 @@ get:
|
|||||||
description: The session ID
|
description: The session ID
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: "zvcage8b7rkioqcm8f4uns4c"
|
example: "zvcage8b7rkioqcm8f4uns4c"
|
||||||
|
|
||||||
@@ -121,7 +121,7 @@ get:
|
|||||||
description: Whether to add a debug overlay or not
|
description: Whether to add a debug overlay or not
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
@@ -129,14 +129,13 @@ get:
|
|||||||
description: Whether to auto adjust quality or not
|
description: Whether to auto adjust quality or not
|
||||||
required: false
|
required: false
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The transcode session has started
|
description: The transcode session has started
|
||||||
|
|
||||||
"400":
|
"400":
|
||||||
$ref: "../responses/400.yaml"
|
$ref: "../responses/400.yaml"
|
||||||
"401":
|
"401":
|
||||||
|
|||||||
Reference in New Issue
Block a user