ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.161.0

This commit is contained in:
speakeasybot
2024-02-01 00:31:41 +00:00
parent 64a942a910
commit bbed03f967
208 changed files with 3319 additions and 46 deletions

View File

@@ -0,0 +1,11 @@
{/* Autogenerated DO NOT EDIT */}
##### `id` _integer (32-bit) (optional)_
<br/>
**Example:** `1`
---
##### `path` _string (optional)_
<br/>
**Example:** `/movies`

View 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`

View File

@@ -0,0 +1,4 @@
{/* Autogenerated DO NOT EDIT */}
##### `errors` _array (optional)_

View 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`

View 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} />

View 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)_

View 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`

View File

@@ -0,0 +1,9 @@
{/* Autogenerated DO NOT EDIT */}
##### `pinID` _string_
The PinID to retrieve an access token for
---
##### `xPlexClientIdentifier` _string_
Plex Authentication Token

View 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} />

View File

@@ -0,0 +1,4 @@
{/* Autogenerated DO NOT EDIT */}
##### `errors` _array (optional)_

View File

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