Updated Answers
Create Updated Answer
Creates or updates an existing updated answer for the chatbot
POST
Path Parameters
| Name | Type | Description |
|---|---|---|
| chatbot_id* | String | The ID of your chatbot. You can find the ID on the settings page for your chatbot. |
Headers
| Name | Type | Description |
|---|---|---|
| Accept* | String | application/json |
| Authorization* | String | Bearer |
Body
| Name | Type | Description |
|---|---|---|
| question* | String | Question that you would like to add an answer for. |
| suggested_answer* | String | The answer you would like your chatbot to respond with. |
Response
- 200 Success
- 401 Permission denied
Last modified on January 28, 2026