jointrashposs/content/ja/.docs-legacy/api/endpoints/gallery/popular.json5
2023-07-11 23:48:17 +09:00

27 lines
365 B
Plaintext

{
summary: '',
description: '',
tags: [
'gallery',
],
requireCredential: false,
req: {
type: 'object',
properties: {},
required: [],
},
res: {
type: 'array',
optional: false,
nullable: false,
items: {
type: 'object',
optional: false,
nullable: false,
ref: 'GalleryPost',
$ref: 'misskey://GalleryPost',
},
},
errors: {},
}