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
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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