From fcc6a65e08e502fb11e9603aabfa237dd82d4b25 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 24 Feb 2019 18:13:11 +0900 Subject: Improve doc --- src/server/api/endpoints/drive/files/attached-notes.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/server/api/endpoints/drive/files/attached-notes.ts') diff --git a/src/server/api/endpoints/drive/files/attached-notes.ts b/src/server/api/endpoints/drive/files/attached-notes.ts index c1d828b05a..c9eeab58c5 100644 --- a/src/server/api/endpoints/drive/files/attached-notes.ts +++ b/src/server/api/endpoints/drive/files/attached-notes.ts @@ -30,6 +30,13 @@ export const meta = { } }, + res: { + type: 'array', + items: { + type: 'Note', + }, + }, + errors: { noSuchFile: { message: 'No such file.', -- cgit v1.2.3-freya