jointrashposs/content/ja/.docs-legacy/api/endpoints/channels/show.json5
2023-07-11 23:48:17 +09:00

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: '',
},
},
}