Improve doc

This commit is contained in:
syuilo 2019-02-24 12:40:17 +09:00
parent 57009057ae
commit b8e0ec9edc
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 30 additions and 23 deletions

View file

@ -13,11 +13,19 @@ export const meta = {
params: {
appSecret: {
validator: $.str
validator: $.str,
desc: {
'ja-JP': 'アプリケーションのシークレットキー',
'en-US': 'The secret key of your application.'
}
},
token: {
validator: $.str
validator: $.str,
desc: {
'ja-JP': 'セッションのトークン',
'en-US': 'The token of a session.'
}
}
},