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
|
||||
required: true
|
||||
description: the Id of the library to query
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
schema:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
- name: tag
|
||||
in: path
|
||||
required: true
|
||||
description: A key representing a specific tag within the section.
|
||||
type: string
|
||||
enum:
|
||||
- all
|
||||
- unwatched
|
||||
- newest
|
||||
- recentlyAdded
|
||||
- recentlyViewed
|
||||
- onDeck
|
||||
- collection
|
||||
- edition
|
||||
- genre
|
||||
- year
|
||||
- decade
|
||||
- director
|
||||
- actor
|
||||
- country
|
||||
- contentRating
|
||||
- rating
|
||||
- resolution
|
||||
- firstCharacter
|
||||
- folder
|
||||
schema:
|
||||
type: string
|
||||
enum:
|
||||
- all
|
||||
- unwatched
|
||||
- newest
|
||||
- recentlyAdded
|
||||
- recentlyViewed
|
||||
- onDeck
|
||||
- collection
|
||||
- edition
|
||||
- genre
|
||||
- year
|
||||
- decade
|
||||
- director
|
||||
- actor
|
||||
- country
|
||||
- contentRating
|
||||
- rating
|
||||
- resolution
|
||||
- firstCharacter
|
||||
- folder
|
||||
responses:
|
||||
'200':
|
||||
description: The contents of the library by section and tag
|
||||
|
||||
Reference in New Issue
Block a user