diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-05 13:47:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-05 13:47:51 +0200 |
commit | f18a060a83d7053897173b2a24fb7984893131c7 (patch) | |
tree | 3480abf42239258d379166740f142a3cc0cb361a /support/doc | |
parent | b2d03a83315e52d32c6f4a92cad9cd682470099c (diff) | |
download | PeerTube-f18a060a83d7053897173b2a24fb7984893131c7.tar.gz PeerTube-f18a060a83d7053897173b2a24fb7984893131c7.tar.zst PeerTube-f18a060a83d7053897173b2a24fb7984893131c7.zip |
Remove comments, rates and views from stats
It prevent us to apply date filters
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 3a8b481d3..95670925f 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -6220,14 +6220,6 @@ components: | |||
6220 | viewersPeakDate: | 6220 | viewersPeakDate: |
6221 | type: string | 6221 | type: string |
6222 | format: date-time | 6222 | format: date-time |
6223 | views: | ||
6224 | type: number | ||
6225 | likes: | ||
6226 | type: number | ||
6227 | dislikes: | ||
6228 | type: number | ||
6229 | comments: | ||
6230 | type: number | ||
6231 | countries: | 6223 | countries: |
6232 | type: array | 6224 | type: array |
6233 | items: | 6225 | items: |