From 6f71ba376d6b9448b860083636af80c81886583d Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 27 Feb 2019 05:08:42 +0900 Subject: Improve doc --- src/server/api/endpoints/notes/reactions.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/server/api/endpoints') diff --git a/src/server/api/endpoints/notes/reactions.ts b/src/server/api/endpoints/notes/reactions.ts index c67dd6d82b..b28f24249c 100644 --- a/src/server/api/endpoints/notes/reactions.ts +++ b/src/server/api/endpoints/notes/reactions.ts @@ -46,6 +46,13 @@ export const meta = { }, }, + res: { + type: 'array', + items: { + type: 'Reaction' + } + }, + errors: { noSuchNote: { message: 'No such note.', -- cgit v1.2.3-freya