Update Chatbot By Id
Update a chatbot by it’s id.
Authorizations
Path Parameters
The chatbot's id.
Body
The access level of the chatbot. Values can be 'PUBLIC' | 'PRIVATE' | 'PROTECTED'.
The HEX background color of the chatbot's messages. Will default to #F6F7F8.
The HEX color of the chatbot's background color behind the messages of the selected conversation. Will default to #FFFFFF.
The custom system prompt the chatbot uses. This defines the behavior of the chatbot.
Whether or not the chatbot should use emojis.
The HEX color of the chatbot's gradient color. Set to empty string to remove the gradient.
The model the chatbot uses. Values can be 'gpt-4o-mini' | 'gpt-4-turbo-preview' |'gpt-4'.
The chatbot's name.
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.
An array of resource ids that the chatbot can use.
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.
The HEX color of the chatbot's secondary background color. Will default to #F6F7F8.
Whether or not the chatbot should show the badge. Will default to false.
The HEX background color of the user's messages. Will default to #E0EEFA.
The chatbot's welcome message. Displayed when the chatbot is first opened.
Response
The access level of the chatbot. Values can be 'PUBLIC' | 'PRIVATE' | 'PROTECTED'.
The HEX background color of the chatbot's messages.
The HEX color of the chatbot's background color behind the messages of the selected conversation.
The created date of the chatbot. Unix timestamp in milliseconds.
The user id of the creator.
Whether or not the chatbot should use emojis.
The HEX colors of the chatbot's gradient color. Must be an array of 4 colors.
The chatbot's id.
The model the chatbot uses. Values can be 'gpt-4o-mini' | 'gpt-4-turbo-preview' | 'gpt-4' | 'gpt-4o-mini'.
The chatbot's name.
The organisation id of the chatbot.
An array of resource ids that the chatbot can use.
The HEX color of the chatbot's secondary background color.
Whether or not the chatbot should show the badge.
The HEX background color of the user's messages.
The chatbot's welcome message. Displayed when the chatbot is first opened.
The custom system prompt the chatbot uses. This defines the behavior of the chatbot.
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.
The website integration configuration of the chatbot. Defined if the chatbot is set to be integrated on one or more websites.