mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
added thumb and banner image endpoint
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
get:
|
||||
tags:
|
||||
- Media
|
||||
summary: Get Banner Image
|
||||
description: Gets the banner image of the media item
|
||||
operationId: get-banner-image
|
||||
@@ -14,6 +16,7 @@ get:
|
||||
- $ref: "../../../../../parameters/image/height.yaml"
|
||||
- $ref: "../../../../../parameters/image/min-size.yaml"
|
||||
- $ref: "../../../../../parameters/image/upscale.yaml"
|
||||
- $ref: "../../../../../parameters/plex-token.yaml"
|
||||
responses:
|
||||
'200':
|
||||
description: Successful response returning an image
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
get:
|
||||
summary: Get Banner Image
|
||||
tags:
|
||||
- Media
|
||||
summary: Get Thumb Image
|
||||
description: Gets the banner image of the media item
|
||||
operationId: get-thumb-image
|
||||
parameters:
|
||||
@@ -14,6 +16,7 @@ get:
|
||||
- $ref: "../../../../../parameters/image/height.yaml"
|
||||
- $ref: "../../../../../parameters/image/min-size.yaml"
|
||||
- $ref: "../../../../../parameters/image/upscale.yaml"
|
||||
- $ref: "../../../../../parameters/plex-token.yaml"
|
||||
responses:
|
||||
'200':
|
||||
description: Successful response returning an image
|
||||
|
||||
Reference in New Issue
Block a user