fix(quota): block multi-season requests that would exceed a user's quota (#1874)
* fix(quota): block multi-season requests that would exceed a user's quota * fix(docs): add missing request user option to API docs Co-authored-by: sct <ryan@sct.dev>
This commit is contained in:
@@ -4204,6 +4204,9 @@ paths:
|
||||
type: string
|
||||
languageProfileId:
|
||||
type: number
|
||||
userId:
|
||||
type: number
|
||||
nullable: true
|
||||
required:
|
||||
- mediaType
|
||||
- mediaId
|
||||
|
||||
Reference in New Issue
Block a user