Improve doc

This commit is contained in:
syuilo 2019-02-25 03:43:19 +09:00
parent 495aad6a2d
commit eb8d1211ba
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 52 additions and 1 deletions

View file

@ -50,6 +50,13 @@ export const meta = {
}
},
res: {
type: 'array',
items: {
type: 'MessagingMessage',
},
},
errors: {
noSuchUser: {
message: 'No such user.',