mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(requestlist): sort direction (#1147)
* feat(requestlist): sort direction * style: quoted attributes * style: quoted attributes
This commit is contained in:
@@ -5438,6 +5438,12 @@ paths:
|
||||
type: string
|
||||
enum: [added, modified]
|
||||
default: added
|
||||
- in: query
|
||||
name: sortDirection
|
||||
schema:
|
||||
type: string
|
||||
enum: [asc, desc]
|
||||
default: desc
|
||||
- in: query
|
||||
name: requestedBy
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user