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:
|
||||
name: MIT
|
||||
identifier: MIT
|
||||
url: 'https://opensource.org/licenses/MIT'
|
||||
servers:
|
||||
- url: 'https://plex.tv/api/v2'
|
||||
security:
|
||||
@@ -109,6 +108,8 @@ paths:
|
||||
token:
|
||||
type: string
|
||||
example: VFnxitsRFdWx_WrzsKL
|
||||
'400':
|
||||
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||
'401':
|
||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
content:
|
||||
@@ -161,6 +162,8 @@ paths:
|
||||
type: boolean
|
||||
subscription:
|
||||
type: boolean
|
||||
'400':
|
||||
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||
'401':
|
||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
content:
|
||||
@@ -213,6 +216,8 @@ paths:
|
||||
type: boolean
|
||||
subscription:
|
||||
type: boolean
|
||||
'400':
|
||||
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||
'401':
|
||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
content:
|
||||
@@ -305,7 +310,7 @@ paths:
|
||||
type: string
|
||||
example: America/Chicago
|
||||
postal_code:
|
||||
type: string
|
||||
type: number
|
||||
example: 78732
|
||||
in_privacy_restricted_country:
|
||||
type: boolean
|
||||
@@ -520,6 +525,8 @@ paths:
|
||||
type: boolean
|
||||
IPv6:
|
||||
type: boolean
|
||||
'400':
|
||||
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||
'401':
|
||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
content:
|
||||
@@ -551,6 +558,8 @@ paths:
|
||||
responses:
|
||||
'200':
|
||||
description: Logged in user details
|
||||
'400':
|
||||
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||
'401':
|
||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
content:
|
||||
@@ -602,6 +611,8 @@ paths:
|
||||
updatedAt:
|
||||
type: number
|
||||
example: 1681769995
|
||||
'400':
|
||||
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||
'401':
|
||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
content:
|
||||
@@ -656,6 +667,8 @@ paths:
|
||||
scrobbling:
|
||||
type: string
|
||||
example: opt_in
|
||||
'400':
|
||||
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||
'401':
|
||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user