mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-09 12:37:47 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.206.0
This commit is contained in:
14
docs/models/operations/GetResizedPhotoRequest.md
Normal file
14
docs/models/operations/GetResizedPhotoRequest.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# GetResizedPhotoRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `width` | *Double* | :heavy_check_mark: | The width for the resized photo | 110 |
|
||||
| `height` | *Double* | :heavy_check_mark: | The height for the resized photo | 165 |
|
||||
| `opacity` | *Long* | :heavy_check_mark: | The opacity for the resized photo | |
|
||||
| `blur` | *Double* | :heavy_check_mark: | The width for the resized photo | 0 |
|
||||
| `minSize` | [lukehagar.plexapi.plexapi.models.operations.MinSize](../../models/operations/MinSize.md) | :heavy_check_mark: | images are always scaled proportionally. A value of '1' in minSize will make the smaller native dimension the dimension resized against. | |
|
||||
| `upscale` | [lukehagar.plexapi.plexapi.models.operations.Upscale](../../models/operations/Upscale.md) | :heavy_check_mark: | allow images to be resized beyond native dimensions. | |
|
||||
| `url` | *String* | :heavy_check_mark: | path to image within Plex | /library/metadata/49564/thumb/1654258204 |
|
||||
Reference in New Issue
Block a user