diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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: | |||
1973 | - Administrator | 1973 | - Administrator |
1974 | videoQuota: | 1974 | videoQuota: |
1975 | type: number | 1975 | type: number |
1976 | dailyVideoQuota: | ||
1977 | type: number | ||
1976 | createdAt: | 1978 | createdAt: |
1977 | type: string | 1979 | type: string |
1978 | account: | 1980 | account: |
@@ -2108,6 +2110,9 @@ components: | |||
2108 | videoQuota: | 2110 | videoQuota: |
2109 | type: string | 2111 | type: string |
2110 | description: 'The user videoQuota ' | 2112 | description: 'The user videoQuota ' |
2113 | videoQuotaDaily: | ||
2114 | type: string | ||
2115 | description: 'The user daily video quota ' | ||
2111 | role: | 2116 | role: |
2112 | type: integer | 2117 | type: integer |
2113 | format: int32 | 2118 | format: int32 |
@@ -2121,6 +2126,7 @@ components: | |||
2121 | - password | 2126 | - password |
2122 | 2127 | ||
2123 | - videoQuota | 2128 | - videoQuota |
2129 | - videoQuotaDaily | ||
2124 | - role | 2130 | - role |
2125 | UpdateUser: | 2131 | UpdateUser: |
2126 | properties: | 2132 | properties: |
@@ -2133,6 +2139,9 @@ components: | |||
2133 | videoQuota: | 2139 | videoQuota: |
2134 | type: string | 2140 | type: string |
2135 | description: 'The updated videoQuota of the user ' | 2141 | description: 'The updated videoQuota of the user ' |
2142 | videoQuotaDaily: | ||
2143 | type: string | ||
2144 | description: 'The updated daily video quota of the user ' | ||
2136 | role: | 2145 | role: |
2137 | type: string | 2146 | type: string |
2138 | description: 'The updated role of the user ' | 2147 | description: 'The updated role of the user ' |
@@ -2140,6 +2149,7 @@ components: | |||
2140 | - id | 2149 | - id |
2141 | 2150 | ||
2142 | - videoQuota | 2151 | - videoQuota |
2152 | - videoQuotaDaily | ||
2143 | - role | 2153 | - role |
2144 | UpdateMe: | 2154 | UpdateMe: |
2145 | properties: | 2155 | properties: |