Authorization: Bearer <Your-Secret-Key>
- The secret key for authenticating the API request.chatbotId
(required): A unique identifier for the chatbot. It helps to identify the specific chatbot whose data needs to be updated.
chatbotName
(required): The new name for the chatbot. This parameter allows you to update the name of the chatbot.
sourceText
(optional): The new source text to update the chatbot. This parameter should contain the new text content that replaces the existing data. The source text should be less than the character limit allowed by your plan.
chatbotId
field in the response contains the unique identifier assigned to the created chatbot.