mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 04:20:40 +00:00
12 lines
185 B
YAML
12 lines
185 B
YAML
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
|