jointrashposs/content/ja/.docs-legacy/api/endpoints/promo/read.json5

28 lines
399 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'notes',
],
requireCredential: true,
req: {
type: 'object',
properties: {
noteId: {
type: 'string',
format: 'misskey:id',
},
},
required: [
'noteId',
],
},
res: {},
errors: {
'd785b897-fcd3-4fe9-8fc3-b85c26e6c932': {
id: 'd785b897-fcd3-4fe9-8fc3-b85c26e6c932',
code: 'NO_SUCH_NOTE',
description: '',
},
},
}