ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.528.1

This commit is contained in:
speakeasybot
2025-04-03 00:12:07 +00:00
parent c895213ae8
commit 2712820397
84 changed files with 3039 additions and 75 deletions

View File

@@ -0,0 +1,17 @@
# PostMediaPosterRequest
## Example Usage
```typescript
import { PostMediaPosterRequest } from "@lukehagar/plexjs/sdk/models/operations";
// No examples available for this model
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `ratingKey` | *number* | :heavy_check_mark: | the id of the library item to return the posters of. | 2268 |
| `url` | *string* | :heavy_minus_sign: | The URL of the image, if uploading a remote image | https://api.mediux.pro/assets/fcfdc487-dd07-4993-a0c1-0a3015362e5b |
| `requestBody` | *ReadableStream<Uint8Array>* | :heavy_minus_sign: | The contents of the image, if uploading a local file | |