Error
A valid request URL is required to generate request examples{
"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": {}
}{
"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
Error
A valid request URL is required to generate request examples{
"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": {}
}{
"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キーを指定します
Body
application/json
Response
The request has succeeded.
Botの一意な識別子(Bot作成時に任意のidを指定できます) ※ユーザーIDとの重複するIDは指定できません
Required string length:
1 - 100Pattern:
^[a-zA-Z0-9_-]+$Botの表示名
Required string length:
1 - 200BotのアイコンのURL
作成日時
更新日時
削除日時
任意の追加メタデータ
Show child attributes
Show child attributes

