mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
35 lines
516 B
Plaintext
35 lines
516 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'gallery',
|
|
],
|
|
requireCredential: false,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
postId: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
},
|
|
required: [
|
|
'postId',
|
|
],
|
|
},
|
|
res: {
|
|
type: 'object',
|
|
optional: false,
|
|
nullable: false,
|
|
ref: 'GalleryPost',
|
|
$ref: 'misskey://GalleryPost',
|
|
},
|
|
errors: {
|
|
'1137bf14-c5b0-4604-85bb-5b5371b1cd45': {
|
|
id: '1137bf14-c5b0-4604-85bb-5b5371b1cd45',
|
|
code: 'NO_SUCH_POST',
|
|
description: '',
|
|
},
|
|
},
|
|
}
|