ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.3

This commit is contained in:
speakeasybot
2025-05-06 00:11:47 +00:00
parent 9b882120dd
commit d9f461ec33
8 changed files with 44 additions and 29 deletions

View File

@@ -24,5 +24,5 @@
| `Content` | *bool* | :heavy_check_mark: | UNKNOWN | true |
| `Directory` | *bool* | :heavy_check_mark: | UNKNOWN | true |
| `ContentChangedAt` | *int64* | :heavy_check_mark: | Timestamp (in seconds) representing the last time the content was modified.<br/>NOTE: Some Plex server have some absurd values for this field, like 8457612157633039800 so it should be int64<br/> | 9173960 |
| `Hidden` | [*operations.Hidden](../../models/operations/hidden.md) | :heavy_minus_sign: | N/A | 1 |
| `Hidden` | [*operations.Hidden](../../models/operations/hidden.md) | :heavy_minus_sign: | The Plex library visibility setting | 1 |
| `Location` | [][operations.GetAllLibrariesLocation](../../models/operations/getalllibrarieslocation.md) | :heavy_check_mark: | N/A | |

View File

@@ -1,11 +1,12 @@
# Hidden
UNKNOWN
The Plex library visibility setting
## Values
| Name | Value |
| --------------- | --------------- |
| `HiddenDisable` | 0 |
| `HiddenEnable` | 1 |
| Name | Value |
| ---------------------------------------- | ---------------------------------------- |
| `HiddenVisible` | 0 |
| `HiddenExcludeHomeScreen` | 1 |
| `HiddenExcludeHomeScreenAndGlobalSearch` | 2 |