ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.656.1

This commit is contained in:
speakeasybot
2025-11-13 00:26:46 +00:00
parent c695dbace1
commit 70dbffa1d4
47 changed files with 125 additions and 115 deletions

View File

@@ -0,0 +1,10 @@
# LibrarySections
OK
## Fields
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `MediaContainer` | [LibrarySectionsMediaContainer](../../Models/Components/LibrarySectionsMediaContainer.md) | :heavy_minus_sign: | N/A |

View File

@@ -1,4 +1,4 @@
# RequestHandlerSlashGetResponses200Directory
# LibrarySectionsDirectory
## Fields

View File

@@ -1,4 +1,4 @@
# RequestHandlerSlashGetResponses200MediaContainer
# LibrarySectionsMediaContainer
`MediaContainer` is the root element of most Plex API responses. It serves as a generic container for various types of content (Metadata, Hubs, Directories, etc.) and includes pagination information (offset, size, totalSize) when applicable.
Common attributes: - identifier: Unique identifier for this container - size: Number of items in this response page - totalSize: Total number of items available (for pagination) - offset: Starting index of this page (for pagination)
@@ -62,4 +62,4 @@ The container often "hoists" common attributes from its children. For example, i
| `Updater` | *bool* | :heavy_minus_sign: | N/A | |
| `Version` | *string* | :heavy_minus_sign: | N/A | |
| `VoiceSearch` | *bool* | :heavy_minus_sign: | N/A | |
| `Directory` | List<[RequestHandlerSlashGetResponses200Directory](../../Models/Components/RequestHandlerSlashGetResponses200Directory.md)> | :heavy_minus_sign: | N/A | |
| `Directory` | List<[LibrarySectionsDirectory](../../Models/Components/LibrarySectionsDirectory.md)> | :heavy_minus_sign: | N/A | |

View File

@@ -1,10 +0,0 @@
# RequestHandlerSlashGetResponses200
OK
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `MediaContainer` | [RequestHandlerSlashGetResponses200MediaContainer](../../Models/Components/RequestHandlerSlashGetResponses200MediaContainer.md) | :heavy_minus_sign: | N/A |

View File

@@ -8,4 +8,4 @@
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `RequestHandlerSlashGetResponses200` | [RequestHandlerSlashGetResponses200](../../Models/Components/RequestHandlerSlashGetResponses200.md) | :heavy_minus_sign: | OK |
| `LibrarySections` | [LibrarySections](../../Models/Components/LibrarySections.md) | :heavy_minus_sign: | OK |

View File

@@ -8,4 +8,4 @@
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `RequestHandlerSlashGetResponses200` | [RequestHandlerSlashGetResponses200](../../Models/Components/RequestHandlerSlashGetResponses200.md) | :heavy_minus_sign: | OK |
| `LibrarySections` | [LibrarySections](../../Models/Components/LibrarySections.md) | :heavy_minus_sign: | OK |