mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +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
|
||||
security:
|
||||
- ClientIdentifier: []
|
||||
# Host: []
|
||||
parameters:
|
||||
- name: pinID
|
||||
description: The PinID to retrieve an access token for
|
||||
|
||||
@@ -6,7 +6,6 @@ post:
|
||||
description: Retrieve a Pin from Plex.tv for authentication flows
|
||||
security:
|
||||
- ClientIdentifier: []
|
||||
# Host: []
|
||||
parameters:
|
||||
- name: strong
|
||||
description: |
|
||||
|
||||
@@ -34,7 +34,6 @@ servers:
|
||||
security:
|
||||
- Token: []
|
||||
ClientIdentifier: []
|
||||
# Host: []
|
||||
DeviceName: []
|
||||
|
||||
components:
|
||||
@@ -49,11 +48,6 @@ components:
|
||||
type: apiKey
|
||||
in: header # can be "header", "query" 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
|
||||
description: Primary name for the device eg. `Plex Web (Chrome)`
|
||||
type: apiKey
|
||||
|
||||
Reference in New Issue
Block a user