mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 04:20:40 +00:00
fixed missing properties from get-library-items.yaml
This commit is contained in:
11
src/models/common/PlexSortDirection.yaml
Normal file
11
src/models/common/PlexSortDirection.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
type: string
|
||||
enum:
|
||||
- asc
|
||||
- desc
|
||||
example: asc
|
||||
default: asc
|
||||
description: |
|
||||
The direction of the sort. Can be either `asc` or `desc`.
|
||||
x-speakeasy-enums:
|
||||
- ASCENDING
|
||||
- DESCENDING
|
||||
Reference in New Issue
Block a user