Files
plex-api-spec/src/models/common/PlexSortDirection.yaml
2024-09-19 14:26:24 +02:00

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