mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
last fixes
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
name: type
|
name: type
|
||||||
in: query
|
in: query
|
||||||
description: Filter the type of media to retrieve
|
description: |
|
||||||
|
The type of media to retrieve.
|
||||||
|
1 = movie
|
||||||
|
2 = show
|
||||||
|
3 = season
|
||||||
|
4 = episode
|
||||||
|
E.g. A movie library will not return anything with type 3 as there are no seasons for movie libraries
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
enum:
|
enum:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ get:
|
|||||||
tags:
|
tags:
|
||||||
- Media
|
- Media
|
||||||
summary: Get Thumb Image
|
summary: Get Thumb Image
|
||||||
description: Gets the banner image of the media item
|
description: Gets the thumbnail image of the media item
|
||||||
operationId: get-thumb-image
|
operationId: get-thumb-image
|
||||||
parameters:
|
parameters:
|
||||||
- name: ratingKey
|
- name: ratingKey
|
||||||
|
|||||||
Reference in New Issue
Block a user