mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-25 10:19:07 +01:00
35 lines
816 B
Plaintext
35 lines
816 B
Plaintext
{
|
||
summary: 'ノートのリアクションを解除します。',
|
||
description: 'ノートのリアクションを解除します。',
|
||
tags: [
|
||
'reactions',
|
||
],
|
||
requireCredential: true,
|
||
req: {
|
||
type: 'object',
|
||
properties: {
|
||
noteId: {
|
||
type: 'string',
|
||
format: 'misskey:id',
|
||
description: 'ノートのid。',
|
||
},
|
||
},
|
||
required: [
|
||
'noteId',
|
||
],
|
||
},
|
||
res: {},
|
||
errors: {
|
||
'764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37': {
|
||
id: '764d9fce-f9f2-4a0e-92b1-6ceac9a7ad37',
|
||
code: 'NO_SUCH_NOTE',
|
||
description: '指定されたノートが存在しないか、アクセスが許可されていません。',
|
||
},
|
||
'92f4426d-4196-4125-aa5b-02943e2ec8fc': {
|
||
id: '92f4426d-4196-4125-aa5b-02943e2ec8fc',
|
||
code: 'NOT_REACTED',
|
||
description: 'リアクションしていません。',
|
||
},
|
||
},
|
||
}
|