mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
29 lines
621 B
Plaintext
29 lines
621 B
Plaintext
{
|
||
summary: 'スレッドをミュートします。',
|
||
description: 'スレッドをミュートします。',
|
||
tags: [
|
||
'notes',
|
||
],
|
||
requireCredential: true,
|
||
req: {
|
||
type: 'object',
|
||
properties: {
|
||
noteId: {
|
||
type: 'string',
|
||
format: 'misskey:id',
|
||
description: 'ノートのid。このノートを含むスレッド全体がミュートされます。',
|
||
},
|
||
},
|
||
required: [
|
||
'noteId',
|
||
],
|
||
},
|
||
res: {},
|
||
errors: {
|
||
'5ff67ada-ed3b-2e71-8e87-a1a421e177d2': {
|
||
id: '5ff67ada-ed3b-2e71-8e87-a1a421e177d2',
|
||
code: 'NO_SUCH_NOTE',
|
||
description: 'ノートが存在しません。',
|
||
},
|
||
},
|
||
} |