Knowledge base
Resync data source
Resync a data source.
POST
/
chatbots
/
{chatbotId}
/
knowledge-base
/
data-sources
/
{dataSourceId}
/
resync
The following limitations apply:
- The supported sources are links and Zoho articles.
- You can have up to 50 data sources queued for resync. If you exceed this limit, you will receive an error and must wait until some of the queued resyncs are complete.
- You can only resync data sources that are in the
processed
state.
Request parameters
Path
The chatbot ID.
The data source ID.
Response
The status of the request. Will be success
if the request was successful, otherwise error
.