jointrashposs/content/ja/.docs-legacy/api/endpoints/federation/update-remote-user.json5
2023-07-11 23:48:17 +09:00

24 lines
423 B
Plaintext

{
summary: 'リモートユーザーの情報を更新します。',
description: 'リモートユーザーの情報を更新します。',
tags: [
'federation',
],
requireCredential: true,
req: {
type: 'object',
properties: {
userId: {
type: 'string',
format: 'misskey:id',
description: 'リモートユーザーのid。',
},
},
required: [
'userId',
],
},
res: {},
errors: {},
}