diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 18:13:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 18:13:11 +0900 |
| commit | fcc6a65e08e502fb11e9603aabfa237dd82d4b25 (patch) | |
| tree | c53279a8e00ec6da552a8d3ed5f534d972a7511f /src/server/api/endpoints/drive/files/attached-notes.ts | |
| parent | ハイフンに統一 (diff) | |
| download | misskey-fcc6a65e08e502fb11e9603aabfa237dd82d4b25.tar.gz misskey-fcc6a65e08e502fb11e9603aabfa237dd82d4b25.tar.bz2 misskey-fcc6a65e08e502fb11e9603aabfa237dd82d4b25.zip | |
Improve doc
Diffstat (limited to 'src/server/api/endpoints/drive/files/attached-notes.ts')
| -rw-r--r-- | src/server/api/endpoints/drive/files/attached-notes.ts | 7 |
1 files changed, 7 insertions, 0 deletions
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.', |