PUT
/
chatbots
/
{chatbotId}

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

chatbotId
string
required

The ID of the chatbot

Body

application/json
name
string

The chatbot's name

platform
enum<string>

The chatbot's platform

Available options:
voiceflow,
openai,
botpress,
vectorshift
apiId
string

The 'ID' for interacting with the chatbot platform's API.

apiKey
string

The 'Key' for interacting with the chatbot platform's API

usingExternalWidget
boolean
default: false

Whether the chatbot is using an external widget or interface over ChatDash's native widget

Response

200 - application/json
message
string