Update src/server/api/endpoints/users/relation.ts

This commit is contained in:
syuilo
2018-11-01 00:11:52 +09:00
parent 649177985d
commit 3829fe128a

View File

@ -7,6 +7,8 @@ export const meta = {
'ja-JP': 'ユーザー間のリレーションを取得します。'
},
requireCredential: true,
params: {
userId: $.or($.type(ID), $.arr($.type(ID)).unique()).note({
desc: {