summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/auth/session/generate.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/auth/session/generate.ts')
-rw-r--r--src/server/api/endpoints/auth/session/generate.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/api/endpoints/auth/session/generate.ts b/src/server/api/endpoints/auth/session/generate.ts
index b6bfb5590b..9473aa943a 100644
--- a/src/server/api/endpoints/auth/session/generate.ts
+++ b/src/server/api/endpoints/auth/session/generate.ts
@@ -13,7 +13,11 @@ export const meta = {
params: {
appSecret: {
- validator: $.str
+ validator: $.str,
+ desc: {
+ 'ja-JP': 'アプリケーションのシークレットキー',
+ 'en-US': 'The secret key of your application.'
+ }
}
},