Skip to main content
POST
Error

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
Pattern: ^[a-zA-Z0-9_-]+$
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
Pattern: ^[a-zA-Z0-9_-]+$
bot_display_name
string
required

Botの表示名

Required string length: 1 - 200
bot_icon_url
string | null

BotのアイコンのURL

created_at
string<date-time>
read-only

作成日時

updated_at
string<date-time> | null
read-only

更新日時

deleted_at
string<date-time> | null
read-only

削除日時

metadata
object | null

任意の追加メタデータ