jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/send-email.json5

29 lines
324 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: {
to: {
type: 'string',
},
subject: {
type: 'string',
},
text: {
type: 'string',
},
},
required: [
'to',
'subject',
'text',
],
},
res: {},
errors: {},
}