jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/federation/remove-all-following.json5
2023-07-11 23:48:17 +09:00

21 lines
226 B
Plaintext

{
summary: '',
description: '',
tags: [
'admin',
],
requireCredential: true,
req: {
type: 'object',
properties: {
host: {
type: 'string',
},
},
required: [
'host',
],
},
res: {},
errors: {},
}