Update hidden.yaml spec and remove unused boolean

This commit is contained in:
Ricardo Osorio
2025-05-04 15:40:19 +02:00
parent 2ee0cfb427
commit dfcda59a95
2 changed files with 13 additions and 15 deletions

View File

@@ -1,10 +0,0 @@
type: integer
format: int32
enum:
- 0
- 1
example: 1
default: 0
x-speakeasy-enums:
- DISABLE
- ENABLE

View File

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