mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 17:59:07 +01:00
28 lines
389 B
Plaintext
28 lines
389 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'admin',
|
|
],
|
|
requireCredential: true,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
id: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
},
|
|
required: [
|
|
'id',
|
|
],
|
|
},
|
|
res: {},
|
|
errors: {
|
|
'ccac9863-3a03-416e-b899-8a64041118b1': {
|
|
id: 'ccac9863-3a03-416e-b899-8a64041118b1',
|
|
code: 'NO_SUCH_AD',
|
|
description: '',
|
|
},
|
|
},
|
|
} |