diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-24 17:35:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-24 17:35:59 +0200 |
commit | ff40a4ebab5ccfe01411fd8fbedd5d2bf420f609 (patch) | |
tree | 895635760718c0431e95ab7644fd53f2c6485dda /support/doc/api/openapi.yaml | |
parent | 8519cc92341545468104f0704fff64a05c84bec0 (diff) | |
download | PeerTube-ff40a4ebab5ccfe01411fd8fbedd5d2bf420f609.tar.gz PeerTube-ff40a4ebab5ccfe01411fd8fbedd5d2bf420f609.tar.zst PeerTube-ff40a4ebab5ccfe01411fd8fbedd5d2bf420f609.zip |
dailyVideoQuota -> videoQuotaDaily in doc
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index dcc6026e2..c23df46a6 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1973,7 +1973,7 @@ components: | |||
1973 | - Administrator | 1973 | - Administrator |
1974 | videoQuota: | 1974 | videoQuota: |
1975 | type: number | 1975 | type: number |
1976 | dailyVideoQuota: | 1976 | videoQuotaDaily: |
1977 | type: number | 1977 | type: number |
1978 | createdAt: | 1978 | createdAt: |
1979 | type: string | 1979 | type: string |