Host is included by axios by default

This commit is contained in:
Luke Hagar
2023-04-18 15:36:17 -05:00
parent e85573584f
commit 2699ca5bc0
3 changed files with 0 additions and 8 deletions

View File

@@ -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

View File

@@ -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: |

View File

@@ -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