diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-18 06:29:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-18 06:29:47 +0900 |
| commit | 1f2ebce8ed749d7e81e999944fc8a22ff39b87b7 (patch) | |
| tree | 4f008a9546f9657c7fc4758f852778e02566437a /src/docs/api | |
| parent | Clean up: Remove unused import (diff) | |
| download | sharkey-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.yaml | 8 |
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" |