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
|
||||
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:
|
||||
type: integer
|
||||
enum:
|
||||
|
||||
@@ -2,7 +2,7 @@ get:
|
||||
tags:
|
||||
- Media
|
||||
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
|
||||
parameters:
|
||||
- name: ratingKey
|
||||
|
||||
Reference in New Issue
Block a user