Improve doc
This commit is contained in:
parent
47d4dcfdf5
commit
60c9a6528f
14 changed files with 52 additions and 12 deletions
|
@ -29,6 +29,21 @@ export const meta = {
|
|||
}
|
||||
},
|
||||
|
||||
res: {
|
||||
type: 'object',
|
||||
properties: {
|
||||
accessToken: {
|
||||
type: 'string',
|
||||
description: 'ユーザーのアクセストークン',
|
||||
},
|
||||
|
||||
user: {
|
||||
type: 'User',
|
||||
description: '認証したユーザー'
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
errors: {
|
||||
noSuchApp: {
|
||||
message: 'No such app.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue