feat(requestlist): add requests list media type filtering (#1511)
* feat: add requests list media type filtering * chore: some better indent * fix(lint): missing break statements before case * fix: yet another lint issue * fix(lint): yet another lint issue * Revert "fix(lint): yet another lint issue" This reverts commit 24c3f90ed0beb6c9c37ec7aae008c329673be18f. * fix: lint issues
This commit is contained in:
@@ -5867,6 +5867,13 @@ paths:
|
||||
type: number
|
||||
nullable: true
|
||||
example: 1
|
||||
- in: query
|
||||
name: mediaType
|
||||
schema:
|
||||
type: string
|
||||
enum: [movie, tv, all]
|
||||
nullable: true
|
||||
default: all
|
||||
responses:
|
||||
'200':
|
||||
description: Requests returned
|
||||
|
||||
Reference in New Issue
Block a user