mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 12:37:45 +00:00
Updating PMS Spec
This commit is contained in:
@@ -5973,7 +5973,7 @@ paths:
|
|||||||
servers:
|
servers:
|
||||||
- url: 'https://plex.tv/api/v2'
|
- url: 'https://plex.tv/api/v2'
|
||||||
tags:
|
tags:
|
||||||
- Plex.tv
|
- Plex
|
||||||
summary: Get a Pin
|
summary: Get a Pin
|
||||||
operationId: getPin
|
operationId: getPin
|
||||||
description: Retrieve a Pin from Plex.tv for authentication flows
|
description: Retrieve a Pin from Plex.tv for authentication flows
|
||||||
@@ -5990,7 +5990,10 @@ paths:
|
|||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
- name: X-Plex-Client-Identifier
|
- name: X-Plex-Client-Identifier
|
||||||
description: Plex Authentication Token
|
description: |
|
||||||
|
The unique identifier for the client application
|
||||||
|
This is used to track the client application and its usage
|
||||||
|
(UUID, serial number, or other number unique per device)
|
||||||
in: header
|
in: header
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
@@ -6099,7 +6102,7 @@ paths:
|
|||||||
servers:
|
servers:
|
||||||
- url: 'https://plex.tv/api/v2'
|
- url: 'https://plex.tv/api/v2'
|
||||||
tags:
|
tags:
|
||||||
- Plex.tv
|
- Plex
|
||||||
summary: Get Access Token
|
summary: Get Access Token
|
||||||
operationId: getToken
|
operationId: getToken
|
||||||
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
|
||||||
@@ -6112,7 +6115,10 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
- name: X-Plex-Client-Identifier
|
- name: X-Plex-Client-Identifier
|
||||||
description: Plex Authentication Token
|
description: |
|
||||||
|
The unique identifier for the client application
|
||||||
|
This is used to track the client application and its usage
|
||||||
|
(UUID, serial number, or other number unique per device)
|
||||||
in: header
|
in: header
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
@@ -9177,3 +9183,6 @@ tags:
|
|||||||
- name: Video
|
- name: Video
|
||||||
description: |
|
description: |
|
||||||
API Calls that perform operations with Plex Media Server Videos
|
API Calls that perform operations with Plex Media Server Videos
|
||||||
|
- name: Plex
|
||||||
|
description: |
|
||||||
|
API Calls that perform operations directly against https://Plex.tv
|
||||||
|
|||||||
Reference in New Issue
Block a user