mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
29 lines
647 B
Plaintext
29 lines
647 B
Plaintext
{
|
||
summary: 'スレッドのミュートを解除します。',
|
||
description: 'スレッドのミュートを解除します。',
|
||
tags: [
|
||
'notes',
|
||
],
|
||
requireCredential: true,
|
||
req: {
|
||
type: 'object',
|
||
properties: {
|
||
noteId: {
|
||
type: 'string',
|
||
format: 'misskey:id',
|
||
description: 'ノートのid。このノートを含むスレッド全体のミュートが解除されます。',
|
||
},
|
||
},
|
||
required: [
|
||
'noteId',
|
||
],
|
||
},
|
||
res: {},
|
||
errors: {
|
||
'bddd57ac-ceb3-b29d-4334-86ea5fae481a': {
|
||
id: 'bddd57ac-ceb3-b29d-4334-86ea5fae481a',
|
||
code: 'NO_SUCH_NOTE',
|
||
description: 'ノートが存在しません。',
|
||
},
|
||
},
|
||
} |