APIドキュメントの説明とか一部追記 (#4702)
* Define description in generate.ts * Add description in create.ts
This commit is contained in:
parent
168c22fc98
commit
71df3e1566
2 changed files with 53 additions and 4 deletions
|
|
@ -10,6 +10,11 @@ export const meta = {
|
|||
tags: ['auth'],
|
||||
|
||||
requireCredential: false,
|
||||
|
||||
desc: {
|
||||
'ja-JP': 'アプリを認証するためのトークンを作成します。',
|
||||
'en-US': 'Generate a token for authorize application.'
|
||||
},
|
||||
|
||||
params: {
|
||||
appSecret: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue