mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 04:20:46 +00:00
added new test
This commit is contained in:
@@ -189,20 +189,11 @@ get:
|
||||
- $ref: "../../../../models/meta-data/user-rating.yaml"
|
||||
- $ref: "../../../../models/meta-data/objects/image.yaml"
|
||||
- $ref: "../../../../models/meta-data/objects/ultra-blur-colors.yaml"
|
||||
- $ref: "../../../../models/meta-data/library-section-id.yaml"
|
||||
- $ref: "../../../../models/meta-data/library-section-title.yaml"
|
||||
- $ref: "../../../../models/meta-data/library-section-key.yaml"
|
||||
- type: object
|
||||
properties:
|
||||
librarySectionTitle:
|
||||
type: string
|
||||
description: "The title of the library section."
|
||||
example: "TV Series "
|
||||
librarySectionID:
|
||||
type: integer
|
||||
description: "The ID of the library section."
|
||||
example: 2
|
||||
librarySectionKey:
|
||||
type: string
|
||||
description: "The key of the library section."
|
||||
example: "/library/sections/2"
|
||||
Media:
|
||||
allOf:
|
||||
- $ref: "../../../../models/Media-data.yaml"
|
||||
|
||||
Reference in New Issue
Block a user