mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-09 20:47:47 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.161.0
This commit is contained in:
11
content/types/operations/get_libraries_location/curl.mdx
Normal file
11
content/types/operations/get_libraries_location/curl.mdx
Normal file
@@ -0,0 +1,11 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `id` _integer (32-bit) (optional)_
|
||||
<br/>
|
||||
**Example:** `1`
|
||||
|
||||
---
|
||||
##### `path` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `/movies`
|
||||
|
||||
|
||||
16
content/types/operations/get_pin_errors/curl.mdx
Normal file
16
content/types/operations/get_pin_errors/curl.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `code` _number (optional)_
|
||||
<br/>
|
||||
**Example:** `1000`
|
||||
|
||||
---
|
||||
##### `message` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `X-Plex-Client-Identifier is missing`
|
||||
|
||||
---
|
||||
##### `status` _number (optional)_
|
||||
<br/>
|
||||
**Example:** `400`
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `errors` _array (optional)_
|
||||
|
||||
|
||||
12
content/types/operations/get_pin_request/curl.mdx
Normal file
12
content/types/operations/get_pin_request/curl.mdx
Normal file
@@ -0,0 +1,12 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `xPlexClientIdentifier` _string_
|
||||
Plex Authentication Token
|
||||
|
||||
---
|
||||
##### `strong` _boolean (optional)_
|
||||
Determines the kind of code returned by the API call
|
||||
Strong codes are used for Pin authentication flows
|
||||
Non\-Strong codes are used for `Plex.tv/link`
|
||||
|
||||
|
||||
|
||||
30
content/types/operations/get_pin_response/curl.mdx
Normal file
30
content/types/operations/get_pin_response/curl.mdx
Normal file
@@ -0,0 +1,30 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
import Collapsible from "/src/components/Collapsible";
|
||||
import Labels from "/src/lib/labels";
|
||||
|
||||
##### `contentType` _string_
|
||||
HTTP response content type for this operation
|
||||
|
||||
---
|
||||
##### `statusCode` _integer (32-bit)_
|
||||
HTTP response status code for this operation
|
||||
|
||||
---
|
||||
##### `rawResponse` _HTTP response_
|
||||
Raw HTTP response; suitable for custom response parsing
|
||||
|
||||
---
|
||||
##### `twoHundredApplicationJsonObject` _object (optional)_
|
||||
The Pin
|
||||
|
||||
<Collapsible content={() => import('/content/types/operations/get_pin_response_body/curl.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />
|
||||
|
||||
|
||||
---
|
||||
##### `fourHundredApplicationJsonObject` _object (optional)_
|
||||
X\-Plex\-Client\-Identifier is missing
|
||||
|
||||
<Collapsible content={() => import('/content/types/operations/get_pin_plex_tv_response_body/curl.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />
|
||||
|
||||
|
||||
|
||||
64
content/types/operations/get_pin_response_body/curl.mdx
Normal file
64
content/types/operations/get_pin_response_body/curl.mdx
Normal file
@@ -0,0 +1,64 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
import Collapsible from "/src/components/Collapsible";
|
||||
import Labels from "/src/lib/labels";
|
||||
|
||||
##### `id` _number (optional)_
|
||||
PinID for use with authentication
|
||||
<br/>
|
||||
**Example:** `1272322473`
|
||||
|
||||
---
|
||||
##### `code` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `3patfx1a78ukcbr7x0n9bl26t`
|
||||
|
||||
---
|
||||
##### `product` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `Plex Web`
|
||||
|
||||
---
|
||||
##### `trusted` _boolean (optional)_
|
||||
|
||||
---
|
||||
##### `qr` _string (optional)_
|
||||
a link to a QR code hosted on plex.tv
|
||||
The QR code redirects to the relevant `plex.tv/link` authentication page
|
||||
Which then prompts the user for the 4 Digit Link Pin
|
||||
|
||||
<br/>
|
||||
**Example:** `https://plex.tv/api/v2/pins/qr/3patfx1a78ukcbr7x0n9bl26t`
|
||||
|
||||
---
|
||||
##### `clientIdentifier` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `Postman`
|
||||
|
||||
---
|
||||
##### `location` _object (optional)_
|
||||
|
||||
<Collapsible content={() => import('/content/types/operations/location/curl.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />
|
||||
|
||||
|
||||
---
|
||||
##### `expiresIn` _number (optional)_
|
||||
<br/>
|
||||
**Example:** `1800`
|
||||
|
||||
---
|
||||
##### `createdAt` _datetime (optional)_
|
||||
<br/>
|
||||
**Example:** `2023-04-12 17:00:03 +0000 UTC`
|
||||
|
||||
---
|
||||
##### `expiresAt` _datetime (optional)_
|
||||
<br/>
|
||||
**Example:** `2023-04-12 17:30:03 +0000 UTC`
|
||||
|
||||
---
|
||||
##### `authToken` _string (optional)_
|
||||
|
||||
---
|
||||
##### `newRegistration` _string (optional)_
|
||||
|
||||
|
||||
16
content/types/operations/get_token_errors/curl.mdx
Normal file
16
content/types/operations/get_token_errors/curl.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `code` _number (optional)_
|
||||
<br/>
|
||||
**Example:** `1000`
|
||||
|
||||
---
|
||||
##### `message` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `X-Plex-Client-Identifier is missing`
|
||||
|
||||
---
|
||||
##### `status` _number (optional)_
|
||||
<br/>
|
||||
**Example:** `400`
|
||||
|
||||
|
||||
9
content/types/operations/get_token_request/curl.mdx
Normal file
9
content/types/operations/get_token_request/curl.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `pinID` _string_
|
||||
The PinID to retrieve an access token for
|
||||
|
||||
---
|
||||
##### `xPlexClientIdentifier` _string_
|
||||
Plex Authentication Token
|
||||
|
||||
|
||||
23
content/types/operations/get_token_response/curl.mdx
Normal file
23
content/types/operations/get_token_response/curl.mdx
Normal file
@@ -0,0 +1,23 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
import Collapsible from "/src/components/Collapsible";
|
||||
import Labels from "/src/lib/labels";
|
||||
|
||||
##### `contentType` _string_
|
||||
HTTP response content type for this operation
|
||||
|
||||
---
|
||||
##### `statusCode` _integer (32-bit)_
|
||||
HTTP response status code for this operation
|
||||
|
||||
---
|
||||
##### `rawResponse` _HTTP response_
|
||||
Raw HTTP response; suitable for custom response parsing
|
||||
|
||||
---
|
||||
##### `object` _object (optional)_
|
||||
X\-Plex\-Client\-Identifier is missing
|
||||
|
||||
<Collapsible content={() => import('/content/types/operations/get_token_response_body/curl.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `errors` _array (optional)_
|
||||
|
||||
|
||||
@@ -1,11 +1,47 @@
|
||||
{/* Autogenerated DO NOT EDIT */}
|
||||
##### `id` _integer (32-bit) (optional)_
|
||||
##### `code` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `1`
|
||||
**Example:** `US`
|
||||
|
||||
---
|
||||
##### `path` _string (optional)_
|
||||
##### `europeanUnionMember` _boolean (optional)_
|
||||
|
||||
---
|
||||
##### `continentCode` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `/movies`
|
||||
**Example:** `NA`
|
||||
|
||||
---
|
||||
##### `country` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `United States`
|
||||
|
||||
---
|
||||
##### `city` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `Austin`
|
||||
|
||||
---
|
||||
##### `timeZone` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `America/Chicago`
|
||||
|
||||
---
|
||||
##### `postalCode` _number (optional)_
|
||||
<br/>
|
||||
**Example:** `78732`
|
||||
|
||||
---
|
||||
##### `inPrivacyRestrictedCountry` _boolean (optional)_
|
||||
|
||||
---
|
||||
##### `subdivisions` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `Texas`
|
||||
|
||||
---
|
||||
##### `coordinates` _string (optional)_
|
||||
<br/>
|
||||
**Example:** `30.3768 -97.8935`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user