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
|
- hidden
|
||||||
properties:
|
properties:
|
||||||
hidden:
|
hidden:
|
||||||
allOf:
|
type: integer
|
||||||
- $ref: "../common/PlexBoolean.yaml"
|
format: int32
|
||||||
- type: integer
|
enum:
|
||||||
format: int32
|
- 0
|
||||||
description: UNKNOWN
|
- 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