mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:03:08 +02:00
Update src/server/api/endpoints/users/relation.ts
This commit is contained in:
parent
649177985d
commit
3829fe128a
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