mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-16 21:25:30 +02:00
@@ -11,18 +11,10 @@ export const meta = {
|
||||
params: {
|
||||
appSecret: {
|
||||
validator: $.str,
|
||||
desc: {
|
||||
'ja-JP': 'アプリケーションのシークレットキー',
|
||||
'en-US': 'The secret key of your application.'
|
||||
}
|
||||
},
|
||||
|
||||
token: {
|
||||
validator: $.str,
|
||||
desc: {
|
||||
'ja-JP': 'セッションのトークン',
|
||||
'en-US': 'The token of a session.'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user