summaryrefslogtreecommitdiff
path: root/src/docs/api/entities
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/api/entities')
-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"