mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 20:47:48 +00:00
adding global params to pins endpoint, customized names
This commit is contained in:
@@ -5,7 +5,7 @@ post:
|
||||
- Plex
|
||||
summary: Get a Pin
|
||||
operationId: getPin
|
||||
description: Retrieve a Pin from Plex.tv for authentication flows
|
||||
description: Retrieve a Pin ID from Plex.tv to use for authentication flows
|
||||
security: [] # No security required
|
||||
parameters:
|
||||
- name: strong
|
||||
@@ -20,6 +20,9 @@ post:
|
||||
required: false
|
||||
- $ref: ../../parameters/plex/x-plex-identifier.yaml
|
||||
- $ref: ../../parameters/plex/x-plex-product.yaml
|
||||
- $ref: ../../parameters/plex/x-plex-device.yaml
|
||||
- $ref: ../../parameters/plex/x-plex-version.yaml
|
||||
- $ref: ../../parameters/plex/x-plex-platform.yaml
|
||||
responses:
|
||||
"200":
|
||||
description: Requests a new pin id used in the authentication flow
|
||||
|
||||
Reference in New Issue
Block a user