diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-15 23:29:44 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-15 23:29:44 +0900 |
| commit | df647a415c96e329c1121890b5bdbf8688c4964b (patch) | |
| tree | c4082f03feddb9b877fa39a44862b1cfd1ee29c8 /src/server/api/endpoints/auth | |
| parent | Fix #4701 (diff) | |
| parent | APIドキュメントの説明とか一部追記 (#4702) (diff) | |
| download | sharkey-df647a415c96e329c1121890b5bdbf8688c4964b.tar.gz sharkey-df647a415c96e329c1121890b5bdbf8688c4964b.tar.bz2 sharkey-df647a415c96e329c1121890b5bdbf8688c4964b.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src/server/api/endpoints/auth')
| -rw-r--r-- | src/server/api/endpoints/auth/session/generate.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/api/endpoints/auth/session/generate.ts b/src/server/api/endpoints/auth/session/generate.ts index 5a9bfe6451..bca8d33483 100644 --- a/src/server/api/endpoints/auth/session/generate.ts +++ b/src/server/api/endpoints/auth/session/generate.ts @@ -10,6 +10,11 @@ export const meta = { tags: ['auth'], requireCredential: false, + + desc: { + 'ja-JP': 'アプリを認証するためのトークンを作成します。', + 'en-US': 'Generate a token for authorize application.' + }, params: { appSecret: { |