jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/federation/refresh-remote-instance-metadata.json5

21 lines
226 B
Plaintext
Raw Permalink Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'admin',
],
requireCredential: true,
req: {
type: 'object',
properties: {
host: {
type: 'string',
},
},
required: [
'host',
],
},
res: {},
errors: {},
}