Authorization: Bearer <Your-Secret-Key>
- The secret key for authenticating the API request.Content-Type: multipart/form-data
- The content type for the file upload.chatbotId
(string, required): The unique identifier for the chatbot you want to update the icon for (found in the chatbot settings).chatbotIconFile
(file, required): The icon file to be uploaded. It must be a square image (length = width) and its size must be under 1MB.