diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 16:59:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 16:59:11 +0900 |
| commit | 71065077f66662381a6d5f08ad8b345ceaf742db (patch) | |
| tree | b24eaf45f8738f1765f9baa53c42c8a8ca9d94c6 /src/web/docs/api | |
| parent | wip (diff) | |
| download | misskey-71065077f66662381a6d5f08ad8b345ceaf742db.tar.gz misskey-71065077f66662381a6d5f08ad8b345ceaf742db.tar.bz2 misskey-71065077f66662381a6d5f08ad8b345ceaf742db.zip | |
wip
Diffstat (limited to 'src/web/docs/api')
| -rw-r--r-- | src/web/docs/api/entities/post.yaml | 4 | ||||
| -rw-r--r-- | src/web/docs/api/entities/user.yaml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/web/docs/api/entities/post.yaml b/src/web/docs/api/entities/post.yaml index 8a616f088b..0a07308460 100644 --- a/src/web/docs/api/entities/post.yaml +++ b/src/web/docs/api/entities/post.yaml @@ -59,7 +59,7 @@ props: desc: ja: "この投稿に対する自分の<a href='/docs/api/reactions'>リアクション</a>" en: "The your <a href='/docs/api/reactions'>reaction</a> of this post" - - name: "reaction_counts" + - name: "reactionCounts" type: "object" optional: false desc: @@ -110,7 +110,7 @@ props: desc: ja: "選択肢ID" en: "The ID of this choice" - - name: "is_voted" + - name: "isVoted" type: "boolean" optional: true desc: diff --git a/src/web/docs/api/entities/user.yaml b/src/web/docs/api/entities/user.yaml index f45455e731..a1fae1482b 100644 --- a/src/web/docs/api/entities/user.yaml +++ b/src/web/docs/api/entities/user.yaml @@ -65,17 +65,17 @@ props: desc: ja: "フォローしているユーザーの数" en: "The number of the following users for this user" - - name: "is_following" + - name: "isFollowing" type: "boolean" optional: true desc: ja: "自分がこのユーザーをフォローしているか" - - name: "is_followed" + - name: "isFollowed" type: "boolean" optional: true desc: ja: "自分がこのユーザーにフォローされているか" - - name: "is_muted" + - name: "isMuted" type: "boolean" optional: true desc: |