mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Updating PMS Spec
This commit is contained in:
@@ -3540,34 +3540,36 @@ paths:
|
|||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
description: the Id of the library to query
|
description: the Id of the library to query
|
||||||
oneOf:
|
schema:
|
||||||
- type: string
|
oneOf:
|
||||||
- type: integer
|
- type: string
|
||||||
|
- type: integer
|
||||||
- name: tag
|
- name: tag
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
description: A key representing a specific tag within the section.
|
description: A key representing a specific tag within the section.
|
||||||
type: string
|
schema:
|
||||||
enum:
|
type: string
|
||||||
- all
|
enum:
|
||||||
- unwatched
|
- all
|
||||||
- newest
|
- unwatched
|
||||||
- recentlyAdded
|
- newest
|
||||||
- recentlyViewed
|
- recentlyAdded
|
||||||
- onDeck
|
- recentlyViewed
|
||||||
- collection
|
- onDeck
|
||||||
- edition
|
- collection
|
||||||
- genre
|
- edition
|
||||||
- year
|
- genre
|
||||||
- decade
|
- year
|
||||||
- director
|
- decade
|
||||||
- actor
|
- director
|
||||||
- country
|
- actor
|
||||||
- contentRating
|
- country
|
||||||
- rating
|
- contentRating
|
||||||
- resolution
|
- rating
|
||||||
- firstCharacter
|
- resolution
|
||||||
- folder
|
- firstCharacter
|
||||||
|
- folder
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: The contents of the library by section and tag
|
description: The contents of the library by section and tag
|
||||||
|
|||||||
Reference in New Issue
Block a user