mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
29 lines
572 B
Plaintext
29 lines
572 B
Plaintext
{
|
||
summary: '指定したノートのRenoteを解除します。',
|
||
description: '指定したノートのRenoteを解除します。',
|
||
tags: [
|
||
'notes',
|
||
],
|
||
requireCredential: true,
|
||
req: {
|
||
type: 'object',
|
||
properties: {
|
||
noteId: {
|
||
type: 'string',
|
||
format: 'misskey:id',
|
||
description: 'ノートのid。',
|
||
},
|
||
},
|
||
required: [
|
||
'noteId',
|
||
],
|
||
},
|
||
res: {},
|
||
errors: {
|
||
'efd4a259-2442-496b-8dd7-b255aa1a160f': {
|
||
id: 'efd4a259-2442-496b-8dd7-b255aa1a160f',
|
||
code: 'NO_SUCH_NOTE',
|
||
description: 'ノートが存在しません。',
|
||
},
|
||
},
|
||
} |