jointrashposs/content/ja/.docs-legacy/api/endpoints/gallery/posts/show.json5

35 lines
516 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
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: '',
},
},
}