jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/relays/remove.json5

21 lines
228 B
Plaintext
Raw Normal View History

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