{ 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: '', }, }, }