feat(trending): add filter options (#2137)
Signed-off-by: Florian Hoech <code@florians-web.de>
This commit is contained in:
@@ -5964,6 +5964,23 @@ paths:
|
||||
schema:
|
||||
type: string
|
||||
example: en
|
||||
- in: query
|
||||
name: mediaType
|
||||
schema:
|
||||
type: string
|
||||
enum:
|
||||
- all
|
||||
- movie
|
||||
- tv
|
||||
default: all
|
||||
- in: query
|
||||
name: timeWindow
|
||||
schema:
|
||||
type: string
|
||||
enum:
|
||||
- day
|
||||
- week
|
||||
default: day
|
||||
responses:
|
||||
'200':
|
||||
description: Results
|
||||
|
||||
Reference in New Issue
Block a user