ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6

This commit is contained in:
speakeasybot
2024-10-01 00:12:18 +00:00
parent 9c1dc1e022
commit 75d7632626
30 changed files with 443 additions and 511 deletions

View File

@@ -1,22 +1,22 @@
lockVersion: 2.0.0 lockVersion: 2.0.0
id: 01a51eb2-5d90-4a24-b154-68e491d02c36 id: 01a51eb2-5d90-4a24-b154-68e491d02c36
management: management:
docChecksum: f387ae03f10decba230886eaab322b20 docChecksum: f12b653820ae77ca3b2820bc9459d866
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.404.5 speakeasyVersion: 1.405.6
generationVersion: 2.426.2 generationVersion: 2.428.1
releaseVersion: 0.10.3 releaseVersion: 0.10.4
configChecksum: a20bfb2b3f5392ae7c5f96db26a7e60f configChecksum: 14ceb7f18129da18f20200a43d3517fa
repoURL: https://github.com/LukeHagar/plexphp.git repoURL: https://github.com/LukeHagar/plexphp.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexphp installationURL: https://github.com/LukeHagar/plexphp
published: true published: true
features: features:
php: php:
core: 3.4.8 core: 3.4.9
deprecations: 2.81.1 deprecations: 2.81.1
enums: 2.81.1 enums: 2.81.1
errors: 0.1.3 errors: 0.1.4
flattening: 2.81.1 flattening: 2.81.1
globalSecurity: 2.81.7 globalSecurity: 2.81.7
globalSecurityFlattening: 0.1.1 globalSecurityFlattening: 0.1.1

View File

@@ -12,7 +12,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: false oAuth2ClientCredentialsEnabled: false
php: php:
version: 0.10.3 version: 0.10.4
clientServerStatusCodesAsErrors: true clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true flattenGlobalSecurity: true
imports: imports:

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.404.5 speakeasyVersion: 1.405.6
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
@@ -9,8 +9,8 @@ sources:
- main - main
plexapi: plexapi:
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:a9bd67eaa35b8311162ae769209f725cc5da16e57976b4928c54594c02cd451c sourceRevisionDigest: sha256:c52cde0b8d51e160f7b9f1a3d3ea4dbb1aca6d5caad714e549201fb757fadd57
sourceBlobDigest: sha256:43ddffba137c37d2f64f8db185179a273bcc5ca7242594c932da99d1eb7f3e98 sourceBlobDigest: sha256:f417b03ff71356808554313f24c3d06d670474bf51bc9a0631de1ad49c13a361
tags: tags:
- latest - latest
- main - main
@@ -18,10 +18,10 @@ targets:
plexphp: plexphp:
source: plexapi source: plexapi
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:a9bd67eaa35b8311162ae769209f725cc5da16e57976b4928c54594c02cd451c sourceRevisionDigest: sha256:c52cde0b8d51e160f7b9f1a3d3ea4dbb1aca6d5caad714e549201fb757fadd57
sourceBlobDigest: sha256:43ddffba137c37d2f64f8db185179a273bcc5ca7242594c932da99d1eb7f3e98 sourceBlobDigest: sha256:f417b03ff71356808554313f24c3d06d670474bf51bc9a0631de1ad49c13a361
codeSamplesNamespace: code-samples-php-plexphp codeSamplesNamespace: code-samples-php-plexphp
codeSamplesRevisionDigest: sha256:8a69ed9a758193b749c6c003c40620818cbe4ada87379f2483cc1db8c97f45d0 codeSamplesRevisionDigest: sha256:692f643bf224a2f6549caf49218fe0f936b16b8faf05999b7c38d20e2d04248f
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest

View File

@@ -241,10 +241,7 @@ The following global parameters are available.
| Name | Type | Required | Description | | Name | Type | Required | Description |
| ---- | ---- |:--------:| ----------- | | ---- | ---- |:--------:| ----------- |
| clientID | string | | The unique identifier for the client application | clientID | string | | 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) |
This is used to track the client application and its usage
(UUID, serial number, or other number unique per device)
|
| clientName | string | | The clientName parameter. | | clientName | string | | The clientName parameter. |
| clientVersion | string | | The clientVersion parameter. | | clientVersion | string | | The clientVersion parameter. |
| clientPlatform | string | | The clientPlatform parameter. | | clientPlatform | string | | The clientPlatform parameter. |
@@ -303,11 +300,11 @@ By default an API error will raise a `Errors\SDKException` exception, which has
When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `getServerCapabilities` method throws the following exceptions: When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `getServerCapabilities` method throws the following exceptions:
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| Errors\GetServerCapabilitiesBadRequest | 400 | application/json | | Errors\GetServerCapabilitiesBadRequest | 400 | application/json |
| Errors\GetServerCapabilitiesUnauthorized | 401 | application/json | | Errors\GetServerCapabilitiesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
### Example ### Example

View File

@@ -662,4 +662,14 @@ Based on:
### Generated ### Generated
- [php v0.10.3] . - [php v0.10.3] .
### Releases ### Releases
- [Composer v0.10.3] https://packagist.org/packages/lukehagar/plex-api#v0.10.3 - . - [Composer v0.10.3] https://packagist.org/packages/lukehagar/plex-api#v0.10.3 - .
## 2024-10-01 00:10:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.10.4] .
### Releases
- [Composer v0.10.4] https://packagist.org/packages/lukehagar/plex-api#v0.10.4 - .

View File

@@ -3,11 +3,11 @@
## Fields ## Fields
| Field | Type | Required | Description | Example | | Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `strong` | *?bool* | :heavy_minus_sign: | Determines the kind of code returned by the API call<br/>Strong codes are used for Pin authentication flows<br/>Non-Strong codes are used for `Plex.tv/link`<br/> | | | `strong` | *?bool* | :heavy_minus_sign: | Determines the kind of code returned by the API call<br/>Strong codes are used for Pin authentication flows<br/>Non-Strong codes are used for `Plex.tv/link`<br/> | |
| `clientID` | *?string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | gcgzw5rz2xovp84b4vha3a40 | | `clientID` | *?string* | :heavy_minus_sign: | 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) | gcgzw5rz2xovp84b4vha3a40 |
| `clientName` | *?string* | :heavy_minus_sign: | N/A | Plex Web | | `clientName` | *?string* | :heavy_minus_sign: | N/A | Plex Web |
| `deviceName` | *?string* | :heavy_minus_sign: | N/A | Linux | | `deviceName` | *?string* | :heavy_minus_sign: | N/A | Linux |
| `clientVersion` | *?string* | :heavy_minus_sign: | N/A | 4.133.0 | | `clientVersion` | *?string* | :heavy_minus_sign: | N/A | 4.133.0 |
| `clientPlatform` | *?string* | :heavy_minus_sign: | N/A | Chrome | | `clientPlatform` | *?string* | :heavy_minus_sign: | N/A | Chrome |

View File

@@ -3,9 +3,9 @@
## Fields ## Fields
| Field | Type | Required | Description | Example | | Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `includeHttps` | [?Operations\IncludeHttps](../../Models/Operations/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 | | `includeHttps` | [?Operations\IncludeHttps](../../Models/Operations/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 |
| `includeRelay` | [?Operations\IncludeRelay](../../Models/Operations/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 | | `includeRelay` | [?Operations\IncludeRelay](../../Models/Operations/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 |
| `includeIPv6` | [?Operations\IncludeIPv6](../../Models/Operations/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 | | `includeIPv6` | [?Operations\IncludeIPv6](../../Models/Operations/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 |
| `clientID` | *?string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | gcgzw5rz2xovp84b4vha3a40 | | `clientID` | *?string* | :heavy_minus_sign: | 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) | gcgzw5rz2xovp84b4vha3a40 |

View File

@@ -3,11 +3,11 @@
## Fields ## Fields
| Field | Type | Required | Description | Example | | Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `pinID` | *int* | :heavy_check_mark: | The PinID to retrieve an access token for | | | `pinID` | *int* | :heavy_check_mark: | The PinID to retrieve an access token for | |
| `clientID` | *?string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | gcgzw5rz2xovp84b4vha3a40 | | `clientID` | *?string* | :heavy_minus_sign: | 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) | gcgzw5rz2xovp84b4vha3a40 |
| `clientName` | *?string* | :heavy_minus_sign: | N/A | Plex Web | | `clientName` | *?string* | :heavy_minus_sign: | N/A | Plex Web |
| `deviceName` | *?string* | :heavy_minus_sign: | N/A | Linux | | `deviceName` | *?string* | :heavy_minus_sign: | N/A | Linux |
| `clientVersion` | *?string* | :heavy_minus_sign: | N/A | 4.133.0 | | `clientVersion` | *?string* | :heavy_minus_sign: | N/A | 4.133.0 |
| `clientPlatform` | *?string* | :heavy_minus_sign: | N/A | Chrome | | `clientPlatform` | *?string* | :heavy_minus_sign: | N/A | Chrome |

View File

@@ -3,11 +3,11 @@
## Fields ## Fields
| Field | Type | Required | Description | Example | | Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `clientID` | *?string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | gcgzw5rz2xovp84b4vha3a40 | | `clientID` | *?string* | :heavy_minus_sign: | 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) | gcgzw5rz2xovp84b4vha3a40 |
| `clientName` | *?string* | :heavy_minus_sign: | N/A | Plex Web | | `clientName` | *?string* | :heavy_minus_sign: | N/A | Plex Web |
| `deviceName` | *?string* | :heavy_minus_sign: | N/A | Linux | | `deviceName` | *?string* | :heavy_minus_sign: | N/A | Linux |
| `clientVersion` | *?string* | :heavy_minus_sign: | N/A | 4.133.0 | | `clientVersion` | *?string* | :heavy_minus_sign: | N/A | 4.133.0 |
| `clientPlatform` | *?string* | :heavy_minus_sign: | N/A | Chrome | | `clientPlatform` | *?string* | :heavy_minus_sign: | N/A | Chrome |
| `requestBody` | [?Operations\PostUsersSignInDataRequestBody](../../Models/Operations/PostUsersSignInDataRequestBody.md) | :heavy_minus_sign: | Login credentials | | | `requestBody` | [?Operations\PostUsersSignInDataRequestBody](../../Models/Operations/PostUsersSignInDataRequestBody.md) | :heavy_minus_sign: | Login credentials | |

View File

@@ -57,12 +57,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| Errors\GetServerActivitiesBadRequest | 400 | application/json | | Errors\GetServerActivitiesBadRequest | 400 | application/json |
| Errors\GetServerActivitiesUnauthorized | 401 | application/json | | Errors\GetServerActivitiesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## cancelServerActivities ## cancelServerActivities
@@ -110,8 +109,8 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| Errors\CancelServerActivitiesBadRequest | 400 | application/json | | Errors\CancelServerActivitiesBadRequest | 400 | application/json |
| Errors\CancelServerActivitiesUnauthorized | 401 | application/json | | Errors\CancelServerActivitiesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -64,12 +64,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| Errors\GetTransientTokenBadRequest | 400 | application/json | | Errors\GetTransientTokenBadRequest | 400 | application/json |
| Errors\GetTransientTokenUnauthorized | 401 | application/json | | Errors\GetTransientTokenUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getSourceConnectionInformation ## getSourceConnectionInformation
@@ -119,12 +118,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
| Errors\GetSourceConnectionInformationBadRequest | 400 | application/json | | Errors\GetSourceConnectionInformationBadRequest | 400 | application/json |
| Errors\GetSourceConnectionInformationUnauthorized | 401 | application/json | | Errors\GetSourceConnectionInformationUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getTokenDetails ## getTokenDetails
@@ -172,12 +170,11 @@ if ($response->userPlexAccount !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| Errors\GetTokenDetailsBadRequest | 400 | application/json | | Errors\GetTokenDetailsBadRequest | 400 | application/json |
| Errors\GetTokenDetailsUnauthorized | 401 | application/json | | Errors\GetTokenDetailsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## postUsersSignInData ## postUsersSignInData
@@ -231,8 +228,8 @@ if ($response->userPlexAccount !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| Errors\PostUsersSignInDataBadRequest | 400 | application/json | | Errors\PostUsersSignInDataBadRequest | 400 | application/json |
| Errors\PostUsersSignInDataUnauthorized | 401 | application/json | | Errors\PostUsersSignInDataUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -54,12 +54,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\GetButlerTasksBadRequest | 400 | application/json | | Errors\GetButlerTasksBadRequest | 400 | application/json |
| Errors\GetButlerTasksUnauthorized | 401 | application/json | | Errors\GetButlerTasksUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## startAllTasks ## startAllTasks
@@ -106,12 +105,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------- | -------------------------------- | -------------------------------- |
| Errors\StartAllTasksBadRequest | 400 | application/json | | Errors\StartAllTasksBadRequest | 400 | application/json |
| Errors\StartAllTasksUnauthorized | 401 | application/json | | Errors\StartAllTasksUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## stopAllTasks ## stopAllTasks
@@ -154,12 +152,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------- | ------------------------------- | ------------------------------- |
| Errors\StopAllTasksBadRequest | 400 | application/json | | Errors\StopAllTasksBadRequest | 400 | application/json |
| Errors\StopAllTasksUnauthorized | 401 | application/json | | Errors\StopAllTasksUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## startTask ## startTask
@@ -213,12 +210,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------- | ---------------------------- | ---------------------------- |
| Errors\StartTaskBadRequest | 400 | application/json | | Errors\StartTaskBadRequest | 400 | application/json |
| Errors\StartTaskUnauthorized | 401 | application/json | | Errors\StartTaskUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## stopTask ## stopTask
@@ -268,8 +264,8 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------- | --------------------------- | --------------------------- |
| Errors\StopTaskBadRequest | 400 | application/json | | Errors\StopTaskBadRequest | 400 | application/json |
| Errors\StopTaskUnauthorized | 401 | application/json | | Errors\StopTaskUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -62,12 +62,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------- | -------------------------------- | -------------------------------- |
| Errors\GetGlobalHubsBadRequest | 400 | application/json | | Errors\GetGlobalHubsBadRequest | 400 | application/json |
| Errors\GetGlobalHubsUnauthorized | 401 | application/json | | Errors\GetGlobalHubsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getRecentlyAdded ## getRecentlyAdded
@@ -124,10 +123,9 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------- | ------------------- | ------------------- |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getLibraryHubs ## getLibraryHubs
@@ -182,8 +180,8 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\GetLibraryHubsBadRequest | 400 | application/json | | Errors\GetLibraryHubsBadRequest | 400 | application/json |
| Errors\GetLibraryHubsUnauthorized | 401 | application/json | | Errors\GetLibraryHubsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -70,12 +70,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------ | ------------------------------ | ------------------------------ |
| Errors\GetFileHashBadRequest | 400 | application/json | | Errors\GetFileHashBadRequest | 400 | application/json |
| Errors\GetFileHashUnauthorized | 401 | application/json | | Errors\GetFileHashUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getRecentlyAddedLibrary ## getRecentlyAddedLibrary
@@ -146,12 +145,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| Errors\GetRecentlyAddedLibraryBadRequest | 400 | application/json | | Errors\GetRecentlyAddedLibraryBadRequest | 400 | application/json |
| Errors\GetRecentlyAddedLibraryUnauthorized | 401 | application/json | | Errors\GetRecentlyAddedLibraryUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getAllLibraries ## getAllLibraries
@@ -199,12 +197,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| Errors\GetAllLibrariesBadRequest | 400 | application/json | | Errors\GetAllLibrariesBadRequest | 400 | application/json |
| Errors\GetAllLibrariesUnauthorized | 401 | application/json | | Errors\GetAllLibrariesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getLibraryDetails ## getLibraryDetails
@@ -295,12 +292,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| Errors\GetLibraryDetailsBadRequest | 400 | application/json | | Errors\GetLibraryDetailsBadRequest | 400 | application/json |
| Errors\GetLibraryDetailsUnauthorized | 401 | application/json | | Errors\GetLibraryDetailsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## deleteLibrary ## deleteLibrary
@@ -348,12 +344,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------- | -------------------------------- | -------------------------------- |
| Errors\DeleteLibraryBadRequest | 400 | application/json | | Errors\DeleteLibraryBadRequest | 400 | application/json |
| Errors\DeleteLibraryUnauthorized | 401 | application/json | | Errors\DeleteLibraryUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getLibraryItems ## getLibraryItems
@@ -430,12 +425,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| Errors\GetLibraryItemsBadRequest | 400 | application/json | | Errors\GetLibraryItemsBadRequest | 400 | application/json |
| Errors\GetLibraryItemsUnauthorized | 401 | application/json | | Errors\GetLibraryItemsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getRefreshLibraryMetadata ## getRefreshLibraryMetadata
@@ -488,12 +482,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| Errors\GetRefreshLibraryMetadataBadRequest | 400 | application/json | | Errors\GetRefreshLibraryMetadataBadRequest | 400 | application/json |
| Errors\GetRefreshLibraryMetadataUnauthorized | 401 | application/json | | Errors\GetRefreshLibraryMetadataUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getSearchLibrary ## getSearchLibrary
@@ -563,12 +556,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| Errors\GetSearchLibraryBadRequest | 400 | application/json | | Errors\GetSearchLibraryBadRequest | 400 | application/json |
| Errors\GetSearchLibraryUnauthorized | 401 | application/json | | Errors\GetSearchLibraryUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getMetaDataByRatingKey ## getMetaDataByRatingKey
@@ -617,12 +609,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| Errors\GetMetaDataByRatingKeyBadRequest | 400 | application/json | | Errors\GetMetaDataByRatingKeyBadRequest | 400 | application/json |
| Errors\GetMetaDataByRatingKeyUnauthorized | 401 | application/json | | Errors\GetMetaDataByRatingKeyUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getMetadataChildren ## getMetadataChildren
@@ -674,12 +665,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| Errors\GetMetadataChildrenBadRequest | 400 | application/json | | Errors\GetMetadataChildrenBadRequest | 400 | application/json |
| Errors\GetMetadataChildrenUnauthorized | 401 | application/json | | Errors\GetMetadataChildrenUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getTopWatchedContent ## getTopWatchedContent
@@ -732,12 +722,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------------- | --------------------------------------- | --------------------------------------- |
| Errors\GetTopWatchedContentBadRequest | 400 | application/json | | Errors\GetTopWatchedContentBadRequest | 400 | application/json |
| Errors\GetTopWatchedContentUnauthorized | 401 | application/json | | Errors\GetTopWatchedContentUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getOnDeck ## getOnDeck
@@ -780,8 +769,8 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------- | ---------------------------- | ---------------------------- |
| Errors\GetOnDeckBadRequest | 400 | application/json | | Errors\GetOnDeckBadRequest | 400 | application/json |
| Errors\GetOnDeckUnauthorized | 401 | application/json | | Errors\GetOnDeckUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -65,12 +65,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------- | -------------------------- | -------------------------- |
| Errors\LogLineBadRequest | 400 | application/json | | Errors\LogLineBadRequest | 400 | application/json |
| Errors\LogLineUnauthorized | 401 | application/json | | Errors\LogLineUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## logMultiLine ## logMultiLine
@@ -141,12 +140,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------- | ------------------------------- | ------------------------------- |
| Errors\LogMultiLineBadRequest | 400 | application/json | | Errors\LogMultiLineBadRequest | 400 | application/json |
| Errors\LogMultiLineUnauthorized | 401 | application/json | | Errors\LogMultiLineUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## enablePaperTrail ## enablePaperTrail
@@ -189,8 +187,8 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| Errors\EnablePaperTrailBadRequest | 400 | application/json | | Errors\EnablePaperTrailBadRequest | 400 | application/json |
| Errors\EnablePaperTrailUnauthorized | 401 | application/json | | Errors\EnablePaperTrailUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -60,12 +60,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------- | ----------------------------- | ----------------------------- |
| Errors\MarkPlayedBadRequest | 400 | application/json | | Errors\MarkPlayedBadRequest | 400 | application/json |
| Errors\MarkPlayedUnauthorized | 401 | application/json | | Errors\MarkPlayedUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## markUnplayed ## markUnplayed
@@ -113,12 +112,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------- | ------------------------------- | ------------------------------- |
| Errors\MarkUnplayedBadRequest | 400 | application/json | | Errors\MarkUnplayedBadRequest | 400 | application/json |
| Errors\MarkUnplayedUnauthorized | 401 | application/json | | Errors\MarkUnplayedUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## updatePlayProgress ## updatePlayProgress
@@ -172,12 +170,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| Errors\UpdatePlayProgressBadRequest | 400 | application/json | | Errors\UpdatePlayProgressBadRequest | 400 | application/json |
| Errors\UpdatePlayProgressUnauthorized | 401 | application/json | | Errors\UpdatePlayProgressUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getBannerImage ## getBannerImage
@@ -233,12 +230,11 @@ if ($response->bytes !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\GetBannerImageBadRequest | 400 | application/json | | Errors\GetBannerImageBadRequest | 400 | application/json |
| Errors\GetBannerImageUnauthorized | 401 | application/json | | Errors\GetBannerImageUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getThumbImage ## getThumbImage
@@ -294,8 +290,8 @@ if ($response->bytes !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------- | -------------------------------- | -------------------------------- |
| Errors\GetThumbImageBadRequest | 400 | application/json | | Errors\GetThumbImageBadRequest | 400 | application/json |
| Errors\GetThumbImageUnauthorized | 401 | application/json | | Errors\GetThumbImageUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -76,12 +76,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\CreatePlaylistBadRequest | 400 | application/json | | Errors\CreatePlaylistBadRequest | 400 | application/json |
| Errors\CreatePlaylistUnauthorized | 401 | application/json | | Errors\CreatePlaylistUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getPlaylists ## getPlaylists
@@ -133,12 +132,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------- | ------------------------------- | ------------------------------- |
| Errors\GetPlaylistsBadRequest | 400 | application/json | | Errors\GetPlaylistsBadRequest | 400 | application/json |
| Errors\GetPlaylistsUnauthorized | 401 | application/json | | Errors\GetPlaylistsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getPlaylist ## getPlaylist
@@ -188,12 +186,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------ | ------------------------------ | ------------------------------ |
| Errors\GetPlaylistBadRequest | 400 | application/json | | Errors\GetPlaylistBadRequest | 400 | application/json |
| Errors\GetPlaylistUnauthorized | 401 | application/json | | Errors\GetPlaylistUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## deletePlaylist ## deletePlaylist
@@ -242,12 +239,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\DeletePlaylistBadRequest | 400 | application/json | | Errors\DeletePlaylistBadRequest | 400 | application/json |
| Errors\DeletePlaylistUnauthorized | 401 | application/json | | Errors\DeletePlaylistUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## updatePlaylist ## updatePlaylist
@@ -301,12 +297,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\UpdatePlaylistBadRequest | 400 | application/json | | Errors\UpdatePlaylistBadRequest | 400 | application/json |
| Errors\UpdatePlaylistUnauthorized | 401 | application/json | | Errors\UpdatePlaylistUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getPlaylistContents ## getPlaylistContents
@@ -362,12 +357,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| Errors\GetPlaylistContentsBadRequest | 400 | application/json | | Errors\GetPlaylistContentsBadRequest | 400 | application/json |
| Errors\GetPlaylistContentsUnauthorized | 401 | application/json | | Errors\GetPlaylistContentsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## clearPlaylistContents ## clearPlaylistContents
@@ -416,12 +410,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| Errors\ClearPlaylistContentsBadRequest | 400 | application/json | | Errors\ClearPlaylistContentsBadRequest | 400 | application/json |
| Errors\ClearPlaylistContentsUnauthorized | 401 | application/json | | Errors\ClearPlaylistContentsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## addPlaylistContents ## addPlaylistContents
@@ -476,12 +469,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| Errors\AddPlaylistContentsBadRequest | 400 | application/json | | Errors\AddPlaylistContentsBadRequest | 400 | application/json |
| Errors\AddPlaylistContentsUnauthorized | 401 | application/json | | Errors\AddPlaylistContentsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## uploadPlaylist ## uploadPlaylist
@@ -536,8 +528,8 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\UploadPlaylistBadRequest | 400 | application/json | | Errors\UploadPlaylistBadRequest | 400 | application/json |
| Errors\UploadPlaylistUnauthorized | 401 | application/json | | Errors\UploadPlaylistUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -62,12 +62,11 @@ if ($response->responseBodies !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| Errors\GetCompanionsDataBadRequest | 400 | application/json | | Errors\GetCompanionsDataBadRequest | 400 | application/json |
| Errors\GetCompanionsDataUnauthorized | 401 | application/json | | Errors\GetCompanionsDataUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getUserFriends ## getUserFriends
@@ -115,12 +114,11 @@ if ($response->friends !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------- | --------------------------------- | --------------------------------- |
| Errors\GetUserFriendsBadRequest | 400 | application/json | | Errors\GetUserFriendsBadRequest | 400 | application/json |
| Errors\GetUserFriendsUnauthorized | 401 | application/json | | Errors\GetUserFriendsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getGeoData ## getGeoData
@@ -166,12 +164,11 @@ if ($response->geoData !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------- | ----------------------------- | ----------------------------- |
| Errors\GetGeoDataBadRequest | 400 | application/json | | Errors\GetGeoDataBadRequest | 400 | application/json |
| Errors\GetGeoDataUnauthorized | 401 | application/json | | Errors\GetGeoDataUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getHomeData ## getHomeData
@@ -213,12 +210,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------ | ------------------------------ | ------------------------------ |
| Errors\GetHomeDataBadRequest | 400 | application/json | | Errors\GetHomeDataBadRequest | 400 | application/json |
| Errors\GetHomeDataUnauthorized | 401 | application/json | | Errors\GetHomeDataUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getServerResources ## getServerResources
@@ -261,13 +257,13 @@ if ($response->plexDevices !== null) {
### Parameters ### Parameters
| Parameter | Type | Required | Description | Example | | Parameter | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `includeHttps` | [Operations\IncludeHttps](../../Models/Operations/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 | | `includeHttps` | [Operations\IncludeHttps](../../Models/Operations/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 |
| `includeRelay` | [Operations\IncludeRelay](../../Models/Operations/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 | | `includeRelay` | [Operations\IncludeRelay](../../Models/Operations/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 |
| `includeIPv6` | [Operations\IncludeIPv6](../../Models/Operations/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 | | `includeIPv6` | [Operations\IncludeIPv6](../../Models/Operations/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 |
| `clientID` | *string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | gcgzw5rz2xovp84b4vha3a40 | | `clientID` | *string* | :heavy_minus_sign: | 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) | gcgzw5rz2xovp84b4vha3a40 |
| `$serverURL` | *string* | :heavy_minus_sign: | An optional server URL to use. | http://localhost:8080 | | `$serverURL` | *string* | :heavy_minus_sign: | An optional server URL to use. | http://localhost:8080 |
### Response ### Response
@@ -275,12 +271,11 @@ if ($response->plexDevices !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| Errors\GetServerResourcesBadRequest | 400 | application/json | | Errors\GetServerResourcesBadRequest | 400 | application/json |
| Errors\GetServerResourcesUnauthorized | 401 | application/json | | Errors\GetServerResourcesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getPin ## getPin
@@ -328,11 +323,10 @@ if ($response->authPinContainer !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------- | ----------------------- | ----------------------- |
| Errors\GetPinBadRequest | 400 | application/json | | Errors\GetPinBadRequest | 400 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getTokenByPinId ## getTokenByPinId
@@ -382,8 +376,8 @@ if ($response->authPinContainer !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| Errors\GetTokenByPinIdBadRequest | 400 | application/json | | Errors\GetTokenByPinIdBadRequest | 400 | application/json |
| Errors\GetTokenByPinIdResponseBody | 404 | application/json | | Errors\GetTokenByPinIdResponseBody | 404 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -75,12 +75,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------- | -------------------------------- | -------------------------------- |
| Errors\PerformSearchBadRequest | 400 | application/json | | Errors\PerformSearchBadRequest | 400 | application/json |
| Errors\PerformSearchUnauthorized | 401 | application/json | | Errors\PerformSearchUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## performVoiceSearch ## performVoiceSearch
@@ -137,12 +136,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| Errors\PerformVoiceSearchBadRequest | 400 | application/json | | Errors\PerformVoiceSearchBadRequest | 400 | application/json |
| Errors\PerformVoiceSearchUnauthorized | 401 | application/json | | Errors\PerformVoiceSearchUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getSearchResults ## getSearchResults
@@ -190,8 +188,8 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| Errors\GetSearchResultsBadRequest | 400 | application/json | | Errors\GetSearchResultsBadRequest | 400 | application/json |
| Errors\GetSearchResultsUnauthorized | 401 | application/json | | Errors\GetSearchResultsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -58,12 +58,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| Errors\GetServerCapabilitiesBadRequest | 400 | application/json | | Errors\GetServerCapabilitiesBadRequest | 400 | application/json |
| Errors\GetServerCapabilitiesUnauthorized | 401 | application/json | | Errors\GetServerCapabilitiesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getServerPreferences ## getServerPreferences
@@ -105,12 +104,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------------- | --------------------------------------- | --------------------------------------- |
| Errors\GetServerPreferencesBadRequest | 400 | application/json | | Errors\GetServerPreferencesBadRequest | 400 | application/json |
| Errors\GetServerPreferencesUnauthorized | 401 | application/json | | Errors\GetServerPreferencesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getAvailableClients ## getAvailableClients
@@ -152,12 +150,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| Errors\GetAvailableClientsBadRequest | 400 | application/json | | Errors\GetAvailableClientsBadRequest | 400 | application/json |
| Errors\GetAvailableClientsUnauthorized | 401 | application/json | | Errors\GetAvailableClientsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getDevices ## getDevices
@@ -199,12 +196,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------- | ----------------------------- | ----------------------------- |
| Errors\GetDevicesBadRequest | 400 | application/json | | Errors\GetDevicesBadRequest | 400 | application/json |
| Errors\GetDevicesUnauthorized | 401 | application/json | | Errors\GetDevicesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getServerIdentity ## getServerIdentity
@@ -244,11 +240,10 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------------- | -------------------------------------- | -------------------------------------- |
| Errors\GetServerIdentityRequestTimeout | 408 | application/json | | Errors\GetServerIdentityRequestTimeout | 408 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getMyPlexAccount ## getMyPlexAccount
@@ -290,12 +285,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| Errors\GetMyPlexAccountBadRequest | 400 | application/json | | Errors\GetMyPlexAccountBadRequest | 400 | application/json |
| Errors\GetMyPlexAccountUnauthorized | 401 | application/json | | Errors\GetMyPlexAccountUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getResizedPhoto ## getResizedPhoto
@@ -353,12 +347,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| Errors\GetResizedPhotoBadRequest | 400 | application/json | | Errors\GetResizedPhotoBadRequest | 400 | application/json |
| Errors\GetResizedPhotoUnauthorized | 401 | application/json | | Errors\GetResizedPhotoUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getMediaProviders ## getMediaProviders
@@ -406,12 +399,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| Errors\GetMediaProvidersBadRequest | 400 | application/json | | Errors\GetMediaProvidersBadRequest | 400 | application/json |
| Errors\GetMediaProvidersUnauthorized | 401 | application/json | | Errors\GetMediaProvidersUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getServerList ## getServerList
@@ -453,8 +445,8 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------- | -------------------------------- | -------------------------------- |
| Errors\GetServerListBadRequest | 400 | application/json | | Errors\GetServerListBadRequest | 400 | application/json |
| Errors\GetServerListUnauthorized | 401 | application/json | | Errors\GetServerListUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -53,12 +53,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------ | ------------------------------ | ------------------------------ |
| Errors\GetSessionsBadRequest | 400 | application/json | | Errors\GetSessionsBadRequest | 400 | application/json |
| Errors\GetSessionsUnauthorized | 401 | application/json | | Errors\GetSessionsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getSessionHistory ## getSessionHistory
@@ -114,12 +113,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| Errors\GetSessionHistoryBadRequest | 400 | application/json | | Errors\GetSessionHistoryBadRequest | 400 | application/json |
| Errors\GetSessionHistoryUnauthorized | 401 | application/json | | Errors\GetSessionHistoryUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getTranscodeSessions ## getTranscodeSessions
@@ -161,12 +159,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------------- | --------------------------------------- | --------------------------------------- |
| Errors\GetTranscodeSessionsBadRequest | 400 | application/json | | Errors\GetTranscodeSessionsBadRequest | 400 | application/json |
| Errors\GetTranscodeSessionsUnauthorized | 401 | application/json | | Errors\GetTranscodeSessionsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## stopTranscodeSession ## stopTranscodeSession
@@ -214,8 +211,8 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | --------------------------------------- | --------------------------------------- | --------------------------------------- |
| Errors\StopTranscodeSessionBadRequest | 400 | application/json | | Errors\StopTranscodeSessionBadRequest | 400 | application/json |
| Errors\StopTranscodeSessionUnauthorized | 401 | application/json | | Errors\StopTranscodeSessionUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -58,12 +58,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | -------------------------------- | -------------------------------- | -------------------------------- |
| Errors\GetStatisticsBadRequest | 400 | application/json | | Errors\GetStatisticsBadRequest | 400 | application/json |
| Errors\GetStatisticsUnauthorized | 401 | application/json | | Errors\GetStatisticsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getResourcesStatistics ## getResourcesStatistics
@@ -111,12 +110,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| Errors\GetResourcesStatisticsBadRequest | 400 | application/json | | Errors\GetResourcesStatisticsBadRequest | 400 | application/json |
| Errors\GetResourcesStatisticsUnauthorized | 401 | application/json | | Errors\GetResourcesStatisticsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## getBandwidthStatistics ## getBandwidthStatistics
@@ -164,8 +162,8 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| Errors\GetBandwidthStatisticsBadRequest | 400 | application/json | | Errors\GetBandwidthStatisticsBadRequest | 400 | application/json |
| Errors\GetBandwidthStatisticsUnauthorized | 401 | application/json | | Errors\GetBandwidthStatisticsUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -53,12 +53,11 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| Errors\GetUpdateStatusBadRequest | 400 | application/json | | Errors\GetUpdateStatusBadRequest | 400 | application/json |
| Errors\GetUpdateStatusUnauthorized | 401 | application/json | | Errors\GetUpdateStatusUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## checkForUpdates ## checkForUpdates
@@ -107,12 +106,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| Errors\CheckForUpdatesBadRequest | 400 | application/json | | Errors\CheckForUpdatesBadRequest | 400 | application/json |
| Errors\CheckForUpdatesUnauthorized | 401 | application/json | | Errors\CheckForUpdatesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## applyUpdates ## applyUpdates
@@ -165,8 +163,8 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------- | ------------------------------- | ------------------------------- |
| Errors\ApplyUpdatesBadRequest | 400 | application/json | | Errors\ApplyUpdatesBadRequest | 400 | application/json |
| Errors\ApplyUpdatesUnauthorized | 401 | application/json | | Errors\ApplyUpdatesUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -69,12 +69,11 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------ | ------------------------------ | ------------------------------ |
| Errors\GetTimelineBadRequest | 400 | application/json | | Errors\GetTimelineBadRequest | 400 | application/json |
| Errors\GetTimelineUnauthorized | 401 | application/json | | Errors\GetTimelineUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |
## startUniversalTranscode ## startUniversalTranscode
@@ -140,8 +139,8 @@ if ($response->statusCode === 200) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| Errors\StartUniversalTranscodeBadRequest | 400 | application/json | | Errors\StartUniversalTranscodeBadRequest | 400 | application/json |
| Errors\StartUniversalTranscodeUnauthorized | 401 | application/json | | Errors\StartUniversalTranscodeUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -63,8 +63,8 @@ if ($response->object !== null) {
### Errors ### Errors
| Error Object | Status Code | Content Type | | Error Type | Status Code | Content Type |
| --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | | ------------------------------- | ------------------------------- | ------------------------------- |
| Errors\GetWatchListBadRequest | 400 | application/json | | Errors\GetWatchListBadRequest | 400 | application/json |
| Errors\GetWatchListUnauthorized | 401 | application/json | | Errors\GetWatchListUnauthorized | 401 | application/json |
| LukeHagar\Plex_API\Models\Errors.SDKException | 4xx-5xx | */* | | Errors\SDKException | 4XX, 5XX | \*/\* |

View File

@@ -24,11 +24,7 @@ class GetPinRequest
public ?bool $strong = null; public ?bool $strong = null;
/** /**
* The unique identifier for the client application * 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)
*
* This is used to track the client application and its usage
* (UUID, serial number, or other number unique per device)
*
* *
* @var ?string $clientID * @var ?string $clientID
*/ */

View File

@@ -39,11 +39,7 @@ class GetServerResourcesRequest
public ?IncludeIPv6 $includeIPv6 = null; public ?IncludeIPv6 $includeIPv6 = null;
/** /**
* The unique identifier for the client application * 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)
*
* This is used to track the client application and its usage
* (UUID, serial number, or other number unique per device)
*
* *
* @var ?string $clientID * @var ?string $clientID
*/ */

View File

@@ -20,11 +20,7 @@ class GetTokenByPinIdRequest
public int $pinID; public int $pinID;
/** /**
* The unique identifier for the client application * 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)
*
* This is used to track the client application and its usage
* (UUID, serial number, or other number unique per device)
*
* *
* @var ?string $clientID * @var ?string $clientID
*/ */

View File

@@ -12,11 +12,7 @@ use LukeHagar\Plex_API\Utils\SpeakeasyMetadata;
class PostUsersSignInDataRequest class PostUsersSignInDataRequest
{ {
/** /**
* The unique identifier for the client application * 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)
*
* This is used to track the client application and its usage
* (UUID, serial number, or other number unique per device)
*
* *
* @var ?string $clientID * @var ?string $clientID
*/ */

View File

@@ -36,11 +36,11 @@ class SDKConfiguration
public string $openapiDocVersion = '0.0.3'; public string $openapiDocVersion = '0.0.3';
public string $sdkVersion = '0.10.3'; public string $sdkVersion = '0.10.4';
public string $genVersion = '2.426.2'; public string $genVersion = '2.428.1';
public string $userAgent = 'speakeasy-sdk/php 0.10.3 2.426.2 0.0.3 lukehagar/plex-api'; public string $userAgent = 'speakeasy-sdk/php 0.10.4 2.428.1 0.0.3 lukehagar/plex-api';
/** @var array<string, array<string, array<string, mixed>>> */ /** @var array<string, array<string, array<string, mixed>>> */
public ?array $globals = [ public ?array $globals = [
'parameters' => [], 'parameters' => [],