mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 20:57:43 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.14
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
|
||||
| `default` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | asc |
|
||||
| `default_direction` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | desc |
|
||||
| `desc_key` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | random:desc |
|
||||
| `first_character_key` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | /library/sections/1/firstCharacter |
|
||||
| `key` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | random |
|
||||
| `title` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | Randomly |
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
||||
| `default` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | asc |
|
||||
| `active` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | N/A | false |
|
||||
| `active_direction` | [T.nilable(::PlexRubySDK::Operations::ActiveDirection)](../../models/operations/activedirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
|
||||
| `default_direction` | [::PlexRubySDK::Operations::DefaultDirection](../../models/operations/defaultdirection.md) | :heavy_check_mark: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
|
||||
| `desc_key` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | titleSort:desc |
|
||||
| `first_character_key` | *T.nilable(::String)* | :heavy_minus_sign: | N/A | /library/sections/2/firstCharacter |
|
||||
| `key` | *::String* | :heavy_check_mark: | N/A | titleSort |
|
||||
| `title` | *::String* | :heavy_check_mark: | N/A | Title |
|
||||
Reference in New Issue
Block a user