mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
35 lines
518 B
Plaintext
35 lines
518 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'channels',
|
|
],
|
|
requireCredential: false,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
channelId: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
},
|
|
required: [
|
|
'channelId',
|
|
],
|
|
},
|
|
res: {
|
|
type: 'object',
|
|
optional: false,
|
|
nullable: false,
|
|
ref: 'Channel',
|
|
$ref: 'misskey://Channel',
|
|
},
|
|
errors: {
|
|
'6f6c314b-7486-4897-8966-c04a66a02923': {
|
|
id: '6f6c314b-7486-4897-8966-c04a66a02923',
|
|
code: 'NO_SUCH_CHANNEL',
|
|
description: '',
|
|
},
|
|
},
|
|
}
|