Update src/server/api/endpoints/users/relation.ts
This commit is contained in:
parent
649177985d
commit
3829fe128a
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ export const meta = {
|
||||||
'ja-JP': 'ユーザー間のリレーションを取得します。'
|
'ja-JP': 'ユーザー間のリレーションを取得します。'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
requireCredential: true,
|
||||||
|
|
||||||
params: {
|
params: {
|
||||||
userId: $.or($.type(ID), $.arr($.type(ID)).unique()).note({
|
userId: $.or($.type(ID), $.arr($.type(ID)).unique()).note({
|
||||||
desc: {
|
desc: {
|
||||||
|
|
Loading…
Reference in a new issue