summaryrefslogtreecommitdiff
path: root/src/docs/api
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-18 06:29:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-18 06:29:47 +0900
commit1f2ebce8ed749d7e81e999944fc8a22ff39b87b7 (patch)
tree4f008a9546f9657c7fc4758f852778e02566437a /src/docs/api
parentClean up: Remove unused import (diff)
downloadsharkey-1f2ebce8ed749d7e81e999944fc8a22ff39b87b7.tar.gz
sharkey-1f2ebce8ed749d7e81e999944fc8a22ff39b87b7.tar.bz2
sharkey-1f2ebce8ed749d7e81e999944fc8a22ff39b87b7.zip
Resolve #1302
Diffstat (limited to 'src/docs/api')
-rw-r--r--src/docs/api/entities/user.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/docs/api/entities/user.yaml b/src/docs/api/entities/user.yaml
index c90b55ee88..e3755d8585 100644
--- a/src/docs/api/entities/user.yaml
+++ b/src/docs/api/entities/user.yaml
@@ -101,15 +101,15 @@ props:
ja-JP: "投稿の数"
en-US: "The number of the notes of this user"
- pinnedNote:
- type: "entity(Note)"
+ pinnedNotes:
+ type: "entity(Note)[]"
optional: true
desc:
ja-JP: "ピン留めされた投稿"
en-US: "The pinned note of this user"
- pinnedNoteId:
- type: "id(Note)"
+ pinnedNoteIds:
+ type: "id(Note)[]"
optional: true
desc:
ja-JP: "ピン留めされた投稿のID"