Add videoQuotaDaily in documentation

pull/1787/head
Chocobozzz 2019-04-24 16:54:17 +02:00
parent e8a739e880
commit fbe1bc2afa
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 10 additions and 0 deletions

View File

@ -1973,6 +1973,8 @@ components:
- Administrator
videoQuota:
type: number
dailyVideoQuota:
type: number
createdAt:
type: string
account:
@ -2108,6 +2110,9 @@ components:
videoQuota:
type: string
description: 'The user videoQuota '
videoQuotaDaily:
type: string
description: 'The user daily video quota '
role:
type: integer
format: int32
@ -2121,6 +2126,7 @@ components:
- password
- email
- videoQuota
- videoQuotaDaily
- role
UpdateUser:
properties:
@ -2133,6 +2139,9 @@ components:
videoQuota:
type: string
description: 'The updated videoQuota of the user '
videoQuotaDaily:
type: string
description: 'The updated daily video quota of the user '
role:
type: string
description: 'The updated role of the user '
@ -2140,6 +2149,7 @@ components:
- id
- email
- videoQuota
- videoQuotaDaily
- role
UpdateMe:
properties: