jointrashposs/content/ja/.docs-legacy/api/endpoints/channels/follow.json5

28 lines
411 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'channels',
],
requireCredential: true,
req: {
type: 'object',
properties: {
channelId: {
type: 'string',
format: 'misskey:id',
},
},
required: [
'channelId',
],
},
res: {},
errors: {
'c0031718-d573-4e85-928e-10039f1fbb68': {
id: 'c0031718-d573-4e85-928e-10039f1fbb68',
code: 'NO_SUCH_CHANNEL',
description: '',
},
},
}