Update Chatbot By Id

Update a chatbot by it's id.

Path Params
string
required

The chatbot's id.

Body Params
string

The chatbot's name.

string

The chatbot's welcome message. Displayed when the chatbot is first opened.

resourceIds
array of strings

An array of resource ids that the chatbot can use.

resourceIds
string

The HEX background color of the chatbot's messages. Will default to #F6F7F8.

string

The HEX background color of the user's messages. Will default to #E0EEFA.

string

The HEX color of the chatbot's background color behind the messages of the selected conversation. Will default to #FFFFFF.

string

The HEX color of the chatbot's secondary background color. Will default to #F6F7F8.

string

The HEX color of the chatbot's gradient color. Set to empty string to remove the gradient.

boolean

Whether or not the chatbot should show the badge. Will default to false.

boolean

Whether or not the chatbot should use emojis.

string

The custom system prompt the chatbot uses. This defines the behavior of the chatbot.

string

The model the chatbot uses. Values can be 'gpt-4o-mini' | 'gpt-4-turbo-preview' |'gpt-4'.

string

Answer the chatbot must return if information is not found in the resources. If not set, the chatbot will not be restricted to the knowledge from the resources.

string

The access level of the chatbot. Values can be 'PUBLIC' | 'PRIVATE' | 'PROTECTED'.

tags
array of strings

Tags to assign.

tags
string

If the chatbot is private, the password to access it. Must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number and one special character.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json