Files
plexjs/docs/sdk/models/operations/postmediaartsrequest.md

17 lines
1.9 KiB
Markdown

# PostMediaArtsRequest
## Example Usage
```typescript
import { PostMediaArtsRequest } 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 | |