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

This commit is contained in:
syuilo 2018-11-01 00:11:52 +09:00
parent 5296c1e0a3
commit becbab3af4

View file

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