mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
29 lines
324 B
Plaintext
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: {},
|
||
|
}
|