Error
A valid request URL is required to generate request examples[
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]{
"error": {
"message": "<string>",
"code": "BAD_REQUEST",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}
}{
"error": {
"message": "<string>",
"code": "UNAUTHORIZED"
}
}{
"error": {
"message": "<string>",
"code": "FORBIDDEN"
}
}{
"error": {
"message": "<string>",
"code": "NOT_FOUND"
}
}{
"error": {
"message": "<string>",
"code": "INTERNAL_SERVER_ERROR"
}
}Bots
Botのチャンネル参加
Botをチャンネルに参加させます。
POST
/
bots
/
{bot_user_id}
/
channels
Error
A valid request URL is required to generate request examples[
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]{
"error": {
"message": "<string>",
"code": "BAD_REQUEST",
"errors": [
{
"field": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}
}{
"error": {
"message": "<string>",
"code": "UNAUTHORIZED"
}
}{
"error": {
"message": "<string>",
"code": "FORBIDDEN"
}
}{
"error": {
"message": "<string>",
"code": "NOT_FOUND"
}
}{
"error": {
"message": "<string>",
"code": "INTERNAL_SERVER_ERROR"
}
}Authorizations
管理系API呼び出し用のAPIキーを指定します
Path Parameters
Botの一意なID
Required string length:
1 - 100Pattern:
^[a-zA-Z0-9_-]+$Body
application/json
Botをチャンネルに参加させるリクエスト
参加させるチャンネルIDの配列(最低1件以上必要)
Minimum array length:
1Required string length:
1 - 100Pattern:
^[a-zA-Z0-9_-]+$Response
The request has succeeded.

