mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
Host is included by axios by default
This commit is contained in:
@@ -6,7 +6,6 @@ get:
|
|||||||
description: Retrieve an Access Token from Plex.tv after the Pin has already been authenticated
|
description: Retrieve an Access Token from Plex.tv after the Pin has already been authenticated
|
||||||
security:
|
security:
|
||||||
- ClientIdentifier: []
|
- ClientIdentifier: []
|
||||||
# Host: []
|
|
||||||
parameters:
|
parameters:
|
||||||
- name: pinID
|
- name: pinID
|
||||||
description: The PinID to retrieve an access token for
|
description: The PinID to retrieve an access token for
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ post:
|
|||||||
description: Retrieve a Pin from Plex.tv for authentication flows
|
description: Retrieve a Pin from Plex.tv for authentication flows
|
||||||
security:
|
security:
|
||||||
- ClientIdentifier: []
|
- ClientIdentifier: []
|
||||||
# Host: []
|
|
||||||
parameters:
|
parameters:
|
||||||
- name: strong
|
- name: strong
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ servers:
|
|||||||
security:
|
security:
|
||||||
- Token: []
|
- Token: []
|
||||||
ClientIdentifier: []
|
ClientIdentifier: []
|
||||||
# Host: []
|
|
||||||
DeviceName: []
|
DeviceName: []
|
||||||
|
|
||||||
components:
|
components:
|
||||||
@@ -49,11 +48,6 @@ components:
|
|||||||
type: apiKey
|
type: apiKey
|
||||||
in: header # can be "header", "query" or "cookie"
|
in: header # can be "header", "query" or "cookie"
|
||||||
name: X-Plex-Client-Identifier # name of the header, query parameter or cookie
|
name: X-Plex-Client-Identifier # name of the header, query parameter or cookie
|
||||||
# Host: # arbitrary name for the security scheme
|
|
||||||
# description: Host Identification
|
|
||||||
# type: apiKey
|
|
||||||
# in: header # can be "header", "query" or "cookie"
|
|
||||||
# name: Host # name of the header, query parameter or cookie
|
|
||||||
DeviceName: # arbitrary name for the security scheme
|
DeviceName: # arbitrary name for the security scheme
|
||||||
description: Primary name for the device eg. `Plex Web (Chrome)`
|
description: Primary name for the device eg. `Plex Web (Chrome)`
|
||||||
type: apiKey
|
type: apiKey
|
||||||
|
|||||||
Reference in New Issue
Block a user