mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
build: dereferenced Plex Media Server API Spec updated
This commit is contained in:
committed by
github-actions[bot]
parent
c4a0e77284
commit
53c919dba5
@@ -9324,6 +9324,17 @@ paths:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
|
- name: X-Plex-Client-Identifier
|
||||||
|
x-speakeasy-name-override: ClientID
|
||||||
|
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: query
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: gcgzw5rz2xovp84b4vha3a40
|
||||||
|
required: true
|
||||||
- name: X-Plex-Product
|
- name: X-Plex-Product
|
||||||
x-speakeasy-name-override: ClientName
|
x-speakeasy-name-override: ClientName
|
||||||
in: query
|
in: query
|
||||||
@@ -14340,6 +14351,46 @@ paths:
|
|||||||
summary: Get User Sign In Data
|
summary: Get User Sign In Data
|
||||||
description: Sign in user with username and password and return user data with Plex authentication token
|
description: Sign in user with username and password and return user data with Plex authentication token
|
||||||
operationId: post-users-sign-in-data
|
operationId: post-users-sign-in-data
|
||||||
|
parameters:
|
||||||
|
- name: X-Plex-Client-Identifier
|
||||||
|
x-speakeasy-name-override: ClientID
|
||||||
|
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: query
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: gcgzw5rz2xovp84b4vha3a40
|
||||||
|
required: true
|
||||||
|
- name: X-Plex-Product
|
||||||
|
x-speakeasy-name-override: ClientName
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: Plex Web
|
||||||
|
- name: X-Plex-Device
|
||||||
|
x-speakeasy-name-override: DeviceName
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: Linux
|
||||||
|
- name: X-Plex-Version
|
||||||
|
x-speakeasy-name-override: ClientVersion
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: 4.133.0
|
||||||
|
- name: X-Plex-Platform
|
||||||
|
x-speakeasy-name-override: ClientPlatform
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
example: Chrome
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/x-www-form-urlencoded:
|
application/x-www-form-urlencoded:
|
||||||
|
|||||||
Reference in New Issue
Block a user