mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
26 lines
304 B
Plaintext
26 lines
304 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'admin',
|
|
],
|
|
requireCredential: true,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
userId: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
text: {
|
|
type: 'string',
|
|
},
|
|
},
|
|
required: [
|
|
'userId',
|
|
'text',
|
|
],
|
|
},
|
|
res: {},
|
|
errors: {},
|
|
} |