Updating PMS Spec

This commit is contained in:
lukehagar
2024-05-09 04:13:07 +00:00
parent 6fb4067c35
commit 641da2efed

View File

@@ -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