diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-28 11:27:31 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-28 11:48:53 +0100 |
commit | 5b0413ddaa7949a6a44512a8281c5a23466599ae (patch) | |
tree | 07dafe7f97ffc1e7570e8b1ee9515f29d6c2d611 /support/doc | |
parent | bf64ed4196938ba9002c887cadb01bd2a6e3127a (diff) | |
download | PeerTube-5b0413ddaa7949a6a44512a8281c5a23466599ae.tar.gz PeerTube-5b0413ddaa7949a6a44512a8281c5a23466599ae.tar.zst PeerTube-5b0413ddaa7949a6a44512a8281c5a23466599ae.zip |
Add author indicator to the comment replies loader
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 5c5845f2b..a193bebab 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2257,6 +2257,8 @@ components: | |||
2257 | type: string | 2257 | type: string |
2258 | updatedAt: | 2258 | updatedAt: |
2259 | type: string | 2259 | type: string |
2260 | totalRepliesFromVideoAuthor: | ||
2261 | type: number | ||
2260 | totalReplies: | 2262 | totalReplies: |
2261 | type: number | 2263 | type: number |
2262 | account: | 2264 | account: |