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

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