mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
28 lines
401 B
Plaintext
28 lines
401 B
Plaintext
|
{
|
||
|
summary: '',
|
||
|
description: '',
|
||
|
tags: [
|
||
|
'gallery',
|
||
|
],
|
||
|
requireCredential: true,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {
|
||
|
postId: {
|
||
|
type: 'string',
|
||
|
format: 'misskey:id',
|
||
|
},
|
||
|
},
|
||
|
required: [
|
||
|
'postId',
|
||
|
],
|
||
|
},
|
||
|
res: {},
|
||
|
errors: {
|
||
|
'ae52f367-4bd7-4ecd-afc6-5672fff427f5': {
|
||
|
id: 'ae52f367-4bd7-4ecd-afc6-5672fff427f5',
|
||
|
code: 'NO_SUCH_POST',
|
||
|
description: '',
|
||
|
},
|
||
|
},
|
||
|
}
|