mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Update src/server/api/endpoints/users/relation.ts
This commit is contained in:
parent
5296c1e0a3
commit
becbab3af4
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ export const meta = {
|
|||
'ja-JP': 'ユーザー間のリレーションを取得します。'
|
||||
},
|
||||
|
||||
requireCredential: true,
|
||||
|
||||
params: {
|
||||
userId: $.or($.type(ID), $.arr($.type(ID)).unique()).note({
|
||||
desc: {
|
||||
|
|
Loading…
Reference in a new issue