mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 20:47:46 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
6531330ff9
commit
3ea5325a5a
@@ -11,7 +11,6 @@ info:
|
|||||||
license:
|
license:
|
||||||
name: MIT
|
name: MIT
|
||||||
identifier: MIT
|
identifier: MIT
|
||||||
url: 'https://opensource.org/licenses/MIT'
|
|
||||||
servers:
|
servers:
|
||||||
- url: 'https://plex.tv/api/v2'
|
- url: 'https://plex.tv/api/v2'
|
||||||
security:
|
security:
|
||||||
@@ -109,6 +108,8 @@ paths:
|
|||||||
token:
|
token:
|
||||||
type: string
|
type: string
|
||||||
example: VFnxitsRFdWx_WrzsKL
|
example: VFnxitsRFdWx_WrzsKL
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
@@ -161,6 +162,8 @@ paths:
|
|||||||
type: boolean
|
type: boolean
|
||||||
subscription:
|
subscription:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
@@ -213,6 +216,8 @@ paths:
|
|||||||
type: boolean
|
type: boolean
|
||||||
subscription:
|
subscription:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
@@ -305,7 +310,7 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
example: America/Chicago
|
example: America/Chicago
|
||||||
postal_code:
|
postal_code:
|
||||||
type: string
|
type: number
|
||||||
example: 78732
|
example: 78732
|
||||||
in_privacy_restricted_country:
|
in_privacy_restricted_country:
|
||||||
type: boolean
|
type: boolean
|
||||||
@@ -520,6 +525,8 @@ paths:
|
|||||||
type: boolean
|
type: boolean
|
||||||
IPv6:
|
IPv6:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
@@ -551,6 +558,8 @@ paths:
|
|||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Logged in user details
|
description: Logged in user details
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
@@ -602,6 +611,8 @@ paths:
|
|||||||
updatedAt:
|
updatedAt:
|
||||||
type: number
|
type: number
|
||||||
example: 1681769995
|
example: 1681769995
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
@@ -656,6 +667,8 @@ paths:
|
|||||||
scrobbling:
|
scrobbling:
|
||||||
type: string
|
type: string
|
||||||
example: opt_in
|
example: opt_in
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
|
|||||||
Reference in New Issue
Block a user