Add videoQuotaDaily in documentation
This commit is contained in:
parent
e8a739e880
commit
fbe1bc2afa
|
@ -1973,6 +1973,8 @@ components:
|
||||||
- Administrator
|
- Administrator
|
||||||
videoQuota:
|
videoQuota:
|
||||||
type: number
|
type: number
|
||||||
|
dailyVideoQuota:
|
||||||
|
type: number
|
||||||
createdAt:
|
createdAt:
|
||||||
type: string
|
type: string
|
||||||
account:
|
account:
|
||||||
|
@ -2108,6 +2110,9 @@ components:
|
||||||
videoQuota:
|
videoQuota:
|
||||||
type: string
|
type: string
|
||||||
description: 'The user videoQuota '
|
description: 'The user videoQuota '
|
||||||
|
videoQuotaDaily:
|
||||||
|
type: string
|
||||||
|
description: 'The user daily video quota '
|
||||||
role:
|
role:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
|
@ -2121,6 +2126,7 @@ components:
|
||||||
- password
|
- password
|
||||||
- email
|
- email
|
||||||
- videoQuota
|
- videoQuota
|
||||||
|
- videoQuotaDaily
|
||||||
- role
|
- role
|
||||||
UpdateUser:
|
UpdateUser:
|
||||||
properties:
|
properties:
|
||||||
|
@ -2133,6 +2139,9 @@ components:
|
||||||
videoQuota:
|
videoQuota:
|
||||||
type: string
|
type: string
|
||||||
description: 'The updated videoQuota of the user '
|
description: 'The updated videoQuota of the user '
|
||||||
|
videoQuotaDaily:
|
||||||
|
type: string
|
||||||
|
description: 'The updated daily video quota of the user '
|
||||||
role:
|
role:
|
||||||
type: string
|
type: string
|
||||||
description: 'The updated role of the user '
|
description: 'The updated role of the user '
|
||||||
|
@ -2140,6 +2149,7 @@ components:
|
||||||
- id
|
- id
|
||||||
- email
|
- email
|
||||||
- videoQuota
|
- videoQuota
|
||||||
|
- videoQuotaDaily
|
||||||
- role
|
- role
|
||||||
UpdateMe:
|
UpdateMe:
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue