mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
Update hidden.yaml spec and remove unused boolean
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
type: integer
|
||||
format: int32
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
example: 1
|
||||
default: 0
|
||||
x-speakeasy-enums:
|
||||
- DISABLE
|
||||
- ENABLE
|
||||
@@ -3,8 +3,16 @@ required:
|
||||
- hidden
|
||||
properties:
|
||||
hidden:
|
||||
allOf:
|
||||
- $ref: "../common/PlexBoolean.yaml"
|
||||
- type: integer
|
||||
type: integer
|
||||
format: int32
|
||||
description: UNKNOWN
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
- 2
|
||||
example: 1
|
||||
default: 0
|
||||
x-speakeasy-enums:
|
||||
- VISIBLE
|
||||
- EXCLUDE_HOME_SCREEN
|
||||
- EXCLUDE_HOME_SCREEN_AND_GLOBAL_SEARCH
|
||||
description: The Plex library visibility setting
|
||||
|
||||
Reference in New Issue
Block a user