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

21 lines
228 B
Plaintext

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