diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 02:30:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 02:30:37 +0900 |
| commit | a1b490afa756a71b9cef4afa424575bc223bc612 (patch) | |
| tree | 06de4d839e17b1e08e0891542af7360c701a154a /src/client/docs/api/entities/user.yaml | |
| parent | Merge pull request #1392 from syuilo/greenkeeper/element-ui-2.3.3 (diff) | |
| download | misskey-a1b490afa756a71b9cef4afa424575bc223bc612.tar.gz misskey-a1b490afa756a71b9cef4afa424575bc223bc612.tar.bz2 misskey-a1b490afa756a71b9cef4afa424575bc223bc612.zip | |
Post --> Note
Closes #1411
Diffstat (limited to 'src/client/docs/api/entities/user.yaml')
| -rw-r--r-- | src/client/docs/api/entities/user.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/docs/api/entities/user.yaml b/src/client/docs/api/entities/user.yaml index a1fae1482b..cccf42f221 100644 --- a/src/client/docs/api/entities/user.yaml +++ b/src/client/docs/api/entities/user.yaml @@ -81,24 +81,24 @@ props: desc: ja: "自分がこのユーザーをミュートしているか" en: "Whether you muted this user" - - name: "postsCount" + - name: "notesCount" type: "number" optional: false desc: ja: "投稿の数" - en: "The number of the posts of this user" - - name: "pinnedPost" - type: "entity(Post)" + en: "The number of the notes of this user" + - name: "pinnedNote" + type: "entity(Note)" optional: true desc: ja: "ピン留めされた投稿" - en: "The pinned post of this user" - - name: "pinnedPostId" - type: "id(Post)" + en: "The pinned note of this user" + - name: "pinnedNoteId" + type: "id(Note)" optional: true desc: ja: "ピン留めされた投稿のID" - en: "The ID of the pinned post of this user" + en: "The ID of the pinned note of this user" - name: "driveCapacity" type: "number" optional: false |