APIドキュメントの説明とか一部追記 (#4702)

* Define description in generate.ts

* Add description in create.ts
This commit is contained in:
YuzuRyo61
2019-04-15 23:26:20 +09:00
committed by syuilo
parent 168c22fc98
commit 71df3e1566
2 changed files with 53 additions and 4 deletions

View File

@@ -10,6 +10,11 @@ export const meta = {
tags: ['auth'],
requireCredential: false,
desc: {
'ja-JP': 'アプリを認証するためのトークンを作成します。',
'en-US': 'Generate a token for authorize application.'
},
params: {
appSecret: {