mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# AddPlaylistContentsResponseBody
|
||||
# AddPlaylistContentsBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/AddPlaylistContentsPlaylistsErrors.md
Normal file
10
docs/Models/Errors/AddPlaylistContentsPlaylistsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# AddPlaylistContentsPlaylistsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/AddPlaylistContentsUnauthorized.md
Normal file
11
docs/Models/Errors/AddPlaylistContentsUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# AddPlaylistContentsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | array<[Errors\AddPlaylistContentsPlaylistsErrors](../../Models/Errors/AddPlaylistContentsPlaylistsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# ApplyUpdatesResponseBody
|
||||
# ApplyUpdatesBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
11
docs/Models/Errors/ApplyUpdatesUnauthorized.md
Normal file
11
docs/Models/Errors/ApplyUpdatesUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ApplyUpdatesUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\ApplyUpdatesUpdaterErrors](../../Models/Errors/ApplyUpdatesUpdaterErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/ApplyUpdatesUpdaterErrors.md
Normal file
10
docs/Models/Errors/ApplyUpdatesUpdaterErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ApplyUpdatesUpdaterErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/Models/Errors/CancelServerActivitiesActivitiesErrors.md
Normal file
10
docs/Models/Errors/CancelServerActivitiesActivitiesErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CancelServerActivitiesActivitiesErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,6 +1,6 @@
|
||||
# CancelServerActivitiesResponseBody
|
||||
# CancelServerActivitiesBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
11
docs/Models/Errors/CancelServerActivitiesUnauthorized.md
Normal file
11
docs/Models/Errors/CancelServerActivitiesUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CancelServerActivitiesUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | array<[Errors\CancelServerActivitiesActivitiesErrors](../../Models/Errors/CancelServerActivitiesActivitiesErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# CheckForUpdatesResponseBody
|
||||
# CheckForUpdatesBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
11
docs/Models/Errors/CheckForUpdatesUnauthorized.md
Normal file
11
docs/Models/Errors/CheckForUpdatesUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CheckForUpdatesUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\CheckForUpdatesUpdaterErrors](../../Models/Errors/CheckForUpdatesUpdaterErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/CheckForUpdatesUpdaterErrors.md
Normal file
10
docs/Models/Errors/CheckForUpdatesUpdaterErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CheckForUpdatesUpdaterErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,6 +1,6 @@
|
||||
# ClearPlaylistContentsResponseBody
|
||||
# ClearPlaylistContentsBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/ClearPlaylistContentsPlaylistsErrors.md
Normal file
10
docs/Models/Errors/ClearPlaylistContentsPlaylistsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ClearPlaylistContentsPlaylistsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/ClearPlaylistContentsUnauthorized.md
Normal file
11
docs/Models/Errors/ClearPlaylistContentsUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ClearPlaylistContentsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | array<[Errors\ClearPlaylistContentsPlaylistsErrors](../../Models/Errors/ClearPlaylistContentsPlaylistsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# CreatePlaylistResponseBody
|
||||
# CreatePlaylistBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/CreatePlaylistPlaylistsErrors.md
Normal file
10
docs/Models/Errors/CreatePlaylistPlaylistsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CreatePlaylistPlaylistsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/CreatePlaylistUnauthorized.md
Normal file
11
docs/Models/Errors/CreatePlaylistUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CreatePlaylistUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\CreatePlaylistPlaylistsErrors](../../Models/Errors/CreatePlaylistPlaylistsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# DeleteLibraryResponseBody
|
||||
# DeleteLibraryBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/DeleteLibraryLibraryErrors.md
Normal file
10
docs/Models/Errors/DeleteLibraryLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DeleteLibraryLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/DeleteLibraryUnauthorized.md
Normal file
11
docs/Models/Errors/DeleteLibraryUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# DeleteLibraryUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\DeleteLibraryLibraryErrors](../../Models/Errors/DeleteLibraryLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# DeletePlaylistResponseBody
|
||||
# DeletePlaylistBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/DeletePlaylistPlaylistsErrors.md
Normal file
10
docs/Models/Errors/DeletePlaylistPlaylistsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DeletePlaylistPlaylistsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/DeletePlaylistUnauthorized.md
Normal file
11
docs/Models/Errors/DeletePlaylistUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# DeletePlaylistUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\DeletePlaylistPlaylistsErrors](../../Models/Errors/DeletePlaylistPlaylistsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# EnablePaperTrailResponseBody
|
||||
# EnablePaperTrailBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/EnablePaperTrailLogErrors.md
Normal file
10
docs/Models/Errors/EnablePaperTrailLogErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# EnablePaperTrailLogErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/EnablePaperTrailUnauthorized.md
Normal file
11
docs/Models/Errors/EnablePaperTrailUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# EnablePaperTrailUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\EnablePaperTrailLogErrors](../../Models/Errors/EnablePaperTrailLogErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
11
docs/Models/Errors/GetAllLibrariesBadRequest.md
Normal file
11
docs/Models/Errors/GetAllLibrariesBadRequest.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetAllLibrariesBadRequest
|
||||
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetAllLibrariesErrors](../../Models/Errors/GetAllLibrariesErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/GetAllLibrariesErrors.md
Normal file
10
docs/Models/Errors/GetAllLibrariesErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetAllLibrariesErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetAllLibrariesLibraryErrors.md
Normal file
10
docs/Models/Errors/GetAllLibrariesLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetAllLibrariesLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetAllLibrariesUnauthorized.md
Normal file
11
docs/Models/Errors/GetAllLibrariesUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetAllLibrariesUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetAllLibrariesLibraryErrors](../../Models/Errors/GetAllLibrariesLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetAvailableClientsResponseBody
|
||||
# GetAvailableClientsBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetAvailableClientsServerErrors.md
Normal file
10
docs/Models/Errors/GetAvailableClientsServerErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetAvailableClientsServerErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetAvailableClientsUnauthorized.md
Normal file
11
docs/Models/Errors/GetAvailableClientsUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetAvailableClientsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetAvailableClientsServerErrors](../../Models/Errors/GetAvailableClientsServerErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetBandwidthStatisticsResponseBody
|
||||
# GetBandwidthStatisticsBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetBandwidthStatisticsStatisticsErrors.md
Normal file
10
docs/Models/Errors/GetBandwidthStatisticsStatisticsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetBandwidthStatisticsStatisticsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetBandwidthStatisticsUnauthorized.md
Normal file
11
docs/Models/Errors/GetBandwidthStatisticsUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetBandwidthStatisticsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | array<[Errors\GetBandwidthStatisticsStatisticsErrors](../../Models/Errors/GetBandwidthStatisticsStatisticsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
11
docs/Models/Errors/GetBannerImageBadRequest.md
Normal file
11
docs/Models/Errors/GetBannerImageBadRequest.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetBannerImageBadRequest
|
||||
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetBannerImageErrors](../../Models/Errors/GetBannerImageErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/GetBannerImageErrors.md
Normal file
10
docs/Models/Errors/GetBannerImageErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetBannerImageErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetBannerImageMediaErrors.md
Normal file
10
docs/Models/Errors/GetBannerImageMediaErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetBannerImageMediaErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetBannerImageUnauthorized.md
Normal file
11
docs/Models/Errors/GetBannerImageUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetBannerImageUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetBannerImageMediaErrors](../../Models/Errors/GetBannerImageMediaErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
11
docs/Models/Errors/GetButlerTasksBadRequest.md
Normal file
11
docs/Models/Errors/GetButlerTasksBadRequest.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetButlerTasksBadRequest
|
||||
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetButlerTasksErrors](../../Models/Errors/GetButlerTasksErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/GetButlerTasksButlerErrors.md
Normal file
10
docs/Models/Errors/GetButlerTasksButlerErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetButlerTasksButlerErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
11
docs/Models/Errors/GetButlerTasksUnauthorized.md
Normal file
11
docs/Models/Errors/GetButlerTasksUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetButlerTasksUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetButlerTasksButlerErrors](../../Models/Errors/GetButlerTasksButlerErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
11
docs/Models/Errors/GetCompanionsDataBadRequest.md
Normal file
11
docs/Models/Errors/GetCompanionsDataBadRequest.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetCompanionsDataBadRequest
|
||||
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetCompanionsDataErrors](../../Models/Errors/GetCompanionsDataErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/GetCompanionsDataErrors.md
Normal file
10
docs/Models/Errors/GetCompanionsDataErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetCompanionsDataErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetCompanionsDataPlexErrors.md
Normal file
10
docs/Models/Errors/GetCompanionsDataPlexErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetCompanionsDataPlexErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetCompanionsDataUnauthorized.md
Normal file
11
docs/Models/Errors/GetCompanionsDataUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetCompanionsDataUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetCompanionsDataPlexErrors](../../Models/Errors/GetCompanionsDataPlexErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetDevicesResponseBody
|
||||
# GetDevicesBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetDevicesServerErrors.md
Normal file
10
docs/Models/Errors/GetDevicesServerErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetDevicesServerErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,4 +1,4 @@
|
||||
# GetRecentlyAddedResponseBody
|
||||
# GetDevicesUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
@@ -7,5 +7,5 @@ Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetRecentlyAddedErrors](../../Models/Errors/GetRecentlyAddedErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `errors` | array<[Errors\GetDevicesServerErrors](../../Models/Errors/GetDevicesServerErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetFileHashResponseBody
|
||||
# GetFileHashBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetFileHashLibraryErrors.md
Normal file
10
docs/Models/Errors/GetFileHashLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetFileHashLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,4 +1,4 @@
|
||||
# GetLibraryResponseBody
|
||||
# GetFileHashUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
@@ -7,5 +7,5 @@ Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetLibraryErrors](../../Models/Errors/GetLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `errors` | array<[Errors\GetFileHashLibraryErrors](../../Models/Errors/GetFileHashLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,11 +1,11 @@
|
||||
# GetTokenResponseBody
|
||||
# GetGeoDataBadRequest
|
||||
|
||||
X-Plex-Client-Identifier is missing
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetTokenErrors](../../Models/Errors/GetTokenErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `errors` | array<[Errors\GetGeoDataErrors](../../Models/Errors/GetGeoDataErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetTokenErrors
|
||||
# GetGeoDataErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 400 |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetLibrariesErrors
|
||||
# GetGeoDataPlexErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,4 +1,4 @@
|
||||
# GetButlerTasksResponseBody
|
||||
# GetGeoDataUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
@@ -7,5 +7,5 @@ Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetButlerTasksErrors](../../Models/Errors/GetButlerTasksErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `errors` | array<[Errors\GetGeoDataPlexErrors](../../Models/Errors/GetGeoDataPlexErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetGlobalHubsResponseBody
|
||||
# GetGlobalHubsBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetServerIdentityErrors
|
||||
# GetGlobalHubsHubsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,4 +1,4 @@
|
||||
# GetServerIdentityResponseBody
|
||||
# GetGlobalHubsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
@@ -7,5 +7,5 @@ Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetServerIdentityErrors](../../Models/Errors/GetServerIdentityErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `errors` | array<[Errors\GetGlobalHubsHubsErrors](../../Models/Errors/GetGlobalHubsHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetHomeDataResponseBody
|
||||
# GetHomeDataBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
@@ -1,10 +1,10 @@
|
||||
# GetWatchlistErrors
|
||||
# GetHomeDataPlexErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -1,4 +1,4 @@
|
||||
# GetResizedPhotoResponseBody
|
||||
# GetHomeDataUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
@@ -7,5 +7,5 @@ Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetResizedPhotoErrors](../../Models/Errors/GetResizedPhotoErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `errors` | array<[Errors\GetHomeDataPlexErrors](../../Models/Errors/GetHomeDataPlexErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
11
docs/Models/Errors/GetLibraryDetailsBadRequest.md
Normal file
11
docs/Models/Errors/GetLibraryDetailsBadRequest.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibraryDetailsBadRequest
|
||||
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetLibraryDetailsErrors](../../Models/Errors/GetLibraryDetailsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/GetLibraryDetailsErrors.md
Normal file
10
docs/Models/Errors/GetLibraryDetailsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryDetailsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetLibraryDetailsLibraryErrors.md
Normal file
10
docs/Models/Errors/GetLibraryDetailsLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryDetailsLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetLibraryDetailsUnauthorized.md
Normal file
11
docs/Models/Errors/GetLibraryDetailsUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibraryDetailsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetLibraryDetailsLibraryErrors](../../Models/Errors/GetLibraryDetailsLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetLibraryHubsResponseBody
|
||||
# GetLibraryHubsBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetLibraryHubsHubsErrors.md
Normal file
10
docs/Models/Errors/GetLibraryHubsHubsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryHubsHubsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetLibraryHubsUnauthorized.md
Normal file
11
docs/Models/Errors/GetLibraryHubsUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibraryHubsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetLibraryHubsHubsErrors](../../Models/Errors/GetLibraryHubsHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
@@ -1,6 +1,6 @@
|
||||
# GetLibraryItemsResponseBody
|
||||
# GetLibraryItemsBadRequest
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?float* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?float* | :heavy_minus_sign: | N/A | 401 |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetLibraryItemsLibraryErrors.md
Normal file
10
docs/Models/Errors/GetLibraryItemsLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryItemsLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetLibraryItemsUnauthorized.md
Normal file
11
docs/Models/Errors/GetLibraryItemsUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibraryItemsUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetLibraryItemsLibraryErrors](../../Models/Errors/GetLibraryItemsLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
11
docs/Models/Errors/GetMediaProvidersBadRequest.md
Normal file
11
docs/Models/Errors/GetMediaProvidersBadRequest.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetMediaProvidersBadRequest
|
||||
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetMediaProvidersErrors](../../Models/Errors/GetMediaProvidersErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/GetMediaProvidersErrors.md
Normal file
10
docs/Models/Errors/GetMediaProvidersErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetMediaProvidersErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetMediaProvidersServerErrors.md
Normal file
10
docs/Models/Errors/GetMediaProvidersServerErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetMediaProvidersServerErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/Models/Errors/GetMediaProvidersUnauthorized.md
Normal file
11
docs/Models/Errors/GetMediaProvidersUnauthorized.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetMediaProvidersUnauthorized
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetMediaProvidersServerErrors](../../Models/Errors/GetMediaProvidersServerErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
11
docs/Models/Errors/GetMetaDataByRatingKeyBadRequest.md
Normal file
11
docs/Models/Errors/GetMetaDataByRatingKeyBadRequest.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetMetaDataByRatingKeyBadRequest
|
||||
|
||||
Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | array<[Errors\GetMetaDataByRatingKeyErrors](../../Models/Errors/GetMetaDataByRatingKeyErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
|
||||
10
docs/Models/Errors/GetMetaDataByRatingKeyErrors.md
Normal file
10
docs/Models/Errors/GetMetaDataByRatingKeyErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetMetaDataByRatingKeyErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1000 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | X-Plex-Client-Identifier is missing |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 400 |
|
||||
10
docs/Models/Errors/GetMetaDataByRatingKeyLibraryErrors.md
Normal file
10
docs/Models/Errors/GetMetaDataByRatingKeyLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetMetaDataByRatingKeyLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *?int* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *?string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *?int* | :heavy_minus_sign: | N/A | 401 |
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user