mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.3
This commit is contained in:
@@ -24,5 +24,5 @@
|
||||
| `content` | *bool* | :heavy_check_mark: | UNKNOWN | true |
|
||||
| `directory` | *bool* | :heavy_check_mark: | UNKNOWN | true |
|
||||
| `content_changed_at` | *int* | :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` | [Optional[operations.Hidden]](../../models/operations/hidden.md) | :heavy_minus_sign: | N/A | 1 |
|
||||
| `hidden` | [Optional[operations.Hidden]](../../models/operations/hidden.md) | :heavy_minus_sign: | The Plex library visibility setting | 1 |
|
||||
| `location` | List[[operations.GetAllLibrariesLocation](../../models/operations/getalllibrarieslocation.md)] | :heavy_check_mark: | N/A | |
|
||||
@@ -1,11 +1,12 @@
|
||||
# Hidden
|
||||
|
||||
UNKNOWN
|
||||
The Plex library visibility setting
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------- | --------- |
|
||||
| `DISABLE` | 0 |
|
||||
| `ENABLE` | 1 |
|
||||
| Name | Value |
|
||||
| --------------------------------------- | --------------------------------------- |
|
||||
| `VISIBLE` | 0 |
|
||||
| `EXCLUDE_HOME_SCREEN` | 1 |
|
||||
| `EXCLUDE_HOME_SCREEN_AND_GLOBAL_SEARCH` | 2 |
|
||||
Reference in New Issue
Block a user