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

29 lines
324 B
Plaintext

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