Improve doc

This commit is contained in:
syuilo
2019-02-24 12:40:17 +09:00
parent 57009057ae
commit b8e0ec9edc
4 changed files with 30 additions and 23 deletions

View File

@ -10,7 +10,11 @@ export const meta = {
params: {
token: {
validator: $.str
validator: $.str,
desc: {
'ja-JP': 'セッションのトークン',
'en-US': 'The token of a session.'
}
}
},