From a9a476a0d5ef8aa2318b08d2dc8a594da938eb69 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 29 Dec 2018 02:04:29 +0900 Subject: Resolve #3786 (#3788) --- src/docs/api/entities/note.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/docs/api/entities') 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: "この投稿に対する自分のリアクション" en-US: "The your reaction 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 -- cgit v1.2.3-freya