mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
28 lines
411 B
Plaintext
28 lines
411 B
Plaintext
|
{
|
||
|
summary: '',
|
||
|
description: '',
|
||
|
tags: [
|
||
|
'channels',
|
||
|
],
|
||
|
requireCredential: true,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {
|
||
|
channelId: {
|
||
|
type: 'string',
|
||
|
format: 'misskey:id',
|
||
|
},
|
||
|
},
|
||
|
required: [
|
||
|
'channelId',
|
||
|
],
|
||
|
},
|
||
|
res: {},
|
||
|
errors: {
|
||
|
'19959ee9-0153-4c51-bbd9-a98c49dc59d6': {
|
||
|
id: '19959ee9-0153-4c51-bbd9-a98c49dc59d6',
|
||
|
code: 'NO_SUCH_CHANNEL',
|
||
|
description: '',
|
||
|
},
|
||
|
},
|
||
|
}
|