mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
added missing properties
This commit is contained in:
@@ -8,16 +8,6 @@ description: |
|
||||
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:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
example: 2
|
||||
x-speakeasy-enums:
|
||||
- MOVIE
|
||||
- SHOW
|
||||
- SEASON
|
||||
- EPISODE
|
||||
$ref: "../models/common/PlexMediaType.yaml"
|
||||
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user