Skip to content
Snippets Groups Projects
Unverified Commit 3829fe12 authored by syuilo's avatar syuilo
Browse files

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

parent 64917798
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ export const meta = {
'ja-JP': 'ユーザー間のリレーションを取得します。'
},
requireCredential: true,
params: {
userId: $.or($.type(ID), $.arr($.type(ID)).unique()).note({
desc: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment