jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/announcements/delete.json5

28 lines
399 B
Plaintext
Raw Permalink Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'admin',
],
requireCredential: true,
req: {
type: 'object',
properties: {
id: {
type: 'string',
format: 'misskey:id',
},
},
required: [
'id',
],
},
res: {},
errors: {
'ecad8040-a276-4e85-bda9-015a708d291e': {
id: 'ecad8040-a276-4e85-bda9-015a708d291e',
code: 'NO_SUCH_ANNOUNCEMENT',
description: '',
},
},
}