mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-25 10:19:07 +01:00
28 lines
392 B
Plaintext
28 lines
392 B
Plaintext
|
{
|
||
|
summary: '',
|
||
|
description: '',
|
||
|
tags: [
|
||
|
'admin',
|
||
|
],
|
||
|
requireCredential: true,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {
|
||
|
id: {
|
||
|
type: 'string',
|
||
|
format: 'misskey:id',
|
||
|
},
|
||
|
},
|
||
|
required: [
|
||
|
'id',
|
||
|
],
|
||
|
},
|
||
|
res: {},
|
||
|
errors: {
|
||
|
'be83669b-773a-44b7-b1f8-e5e5170ac3c2': {
|
||
|
id: 'be83669b-773a-44b7-b1f8-e5e5170ac3c2',
|
||
|
code: 'NO_SUCH_EMOJI',
|
||
|
description: '',
|
||
|
},
|
||
|
},
|
||
|
}
|