From fbe1bc2afa3d57a7880a076ec3a3b21cd9b89516 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Apr 2019 16:54:17 +0200 Subject: Add videoQuotaDaily in documentation --- support/doc/api/openapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'support/doc/api/openapi.yaml') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 833a98d3b..484cfb31d 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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: -- cgit v1.2.3