mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05:00
feat(api): add additional request counts (#2426)
This commit is contained in:
@@ -4422,21 +4422,22 @@ paths:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
total:
|
||||
type: number
|
||||
movie:
|
||||
type: number
|
||||
tv:
|
||||
type: number
|
||||
pending:
|
||||
type: number
|
||||
example: 0
|
||||
approved:
|
||||
type: number
|
||||
example: 10
|
||||
declined:
|
||||
type: number
|
||||
processing:
|
||||
type: number
|
||||
example: 4
|
||||
available:
|
||||
type: number
|
||||
example: 6
|
||||
required:
|
||||
- pending
|
||||
- approved
|
||||
/request/{requestId}:
|
||||
get:
|
||||
summary: Get MediaRequest
|
||||
|
||||
Reference in New Issue
Block a user