summaryrefslogtreecommitdiff
path: root/src/docs/api
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2018-12-29 02:04:29 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-12-29 02:04:29 +0900
commita9a476a0d5ef8aa2318b08d2dc8a594da938eb69 (patch)
treeeba082c46afc62a6de78ad434528aacf5434693e /src/docs/api
parentフォローしているユーザーからのフォローを自動承認す... (diff)
downloadsharkey-a9a476a0d5ef8aa2318b08d2dc8a594da938eb69.tar.gz
sharkey-a9a476a0d5ef8aa2318b08d2dc8a594da938eb69.tar.bz2
sharkey-a9a476a0d5ef8aa2318b08d2dc8a594da938eb69.zip
Resolve #3786 (#3788)
Diffstat (limited to 'src/docs/api')
-rw-r--r--src/docs/api/entities/note.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/docs/api/entities/note.yaml b/src/docs/api/entities/note.yaml
index 89846a56c7..ce0c5de2e4 100644
--- a/src/docs/api/entities/note.yaml
+++ b/src/docs/api/entities/note.yaml
@@ -75,6 +75,20 @@ props:
ja-JP: "この投稿に対する自分の<a href='/docs/api/reactions'>リアクション</a>"
en-US: "The your <a href='/docs/api/reactions'>reaction</a> of this note"
+ renoteCount:
+ type: "number"
+ optional: false
+ desc:
+ ja-JP: "この投稿がRenoteされた数"
+ en-US: "The number of renotes for this post"
+
+ repliesCount:
+ type: "number"
+ optional: false
+ desc:
+ ja-JP: "この投稿に返信された数"
+ en-US: "The number of replies to this post"
+
reactionCounts:
type: "object"
optional: false