jointrashposs/content/ja-JP/.docs-legacy/api/endpoints/admin/federation/update-instance.json5

25 lines
289 B
Plaintext
Raw Normal View History

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