Fix bug
This commit is contained in:
parent
321e851b26
commit
2de8e8c358
76 changed files with 315 additions and 315 deletions
|
@ -5,8 +5,8 @@ import User from '../../../../models/user';
|
|||
|
||||
export const meta = {
|
||||
desc: {
|
||||
ja: '指定したユーザーを凍結します。',
|
||||
en: 'Suspend a user.'
|
||||
'ja-JP': '指定したユーザーを凍結します。',
|
||||
'en-US': 'Suspend a user.'
|
||||
},
|
||||
|
||||
requireCredential: true,
|
||||
|
@ -15,8 +15,8 @@ export const meta = {
|
|||
params: {
|
||||
userId: $.type(ID).note({
|
||||
desc: {
|
||||
ja: '対象のユーザーID',
|
||||
en: 'The user ID which you want to suspend'
|
||||
'ja-JP': '対象のユーザーID',
|
||||
'en-US': 'The user ID which you want to suspend'
|
||||
}
|
||||
}),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue