Skip to main content
POST
/
bots
/
{bot_user_id}
/
channels
Error
A valid request URL is required to generate request examples
[
  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
]

Documentation Index

Fetch the complete documentation index at: https://docs.rheel.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Rheel-API-Key
string
header
required

管理系API呼び出し用のAPIキーを指定します

Path Parameters

bot_user_id
string
required

Botの一意なID

Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$

Body

application/json

Botをチャンネルに参加させるリクエスト

channel_ids
string[]
required

参加させるチャンネルIDの配列(最低1件以上必要)

Minimum array length: 1
Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$

Response

The request has succeeded.