Add videoQuotaDaily in documentation
authorChocobozzz <me@florianbigard.com>
Wed, 24 Apr 2019 14:54:17 +0000 (16:54 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 24 Apr 2019 14:54:17 +0000 (16:54 +0200)
support/doc/api/openapi.yaml

index 833a98d3b7ca0d834cc9b410fd6b952b3d51d2f5..484cfb31daec83d0c47ca39920e3ca42521a4428 100644 (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: