Skip to main content
POST
/
bots
{
  "bot_user_id": "<string>",
  "bot_display_name": "<string>",
  "bot_icon_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "deleted_at": "2023-11-07T05:31:56Z",
  "metadata": {}
}

Authorizations

X-Rheel-API-Key
string
header
required

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

Body

application/json
bot_user_id
string
required

Botの一意な識別子(Bot作成時に任意のidを指定できます) ※ユーザーIDとの重複するIDは指定できません

Required string length: 1 - 100
bot_display_name
string
required

Botの表示名

Required string length: 1 - 200
bot_icon_url
string | null

BotのアイコンのURL

metadata
object | null

任意の追加メタデータ

Response

The request has succeeded.

bot_user_id
string
required

Botの一意な識別子(Bot作成時に任意のidを指定できます) ※ユーザーIDとの重複するIDは指定できません

Required string length: 1 - 100
bot_display_name
string
required

Botの表示名

Required string length: 1 - 200
bot_icon_url
string | null

BotのアイコンのURL

created_at
string<date-time>

作成日時

updated_at
string<date-time> | null

更新日時

deleted_at
string<date-time> | null

削除日時

metadata
object | null

任意の追加メタデータ