Sync a knowledge source

Sync a knowledge source. The sync re-crawls the source's pages and refreshes its articles. - This endpoint applies to [web import knowledge sources](https://docs.ada.cx/docs/knowledge/content-ingestion/web-import) only. - The sync runs in the background. - A source can be synced at most once every 4 hours, measured from the previous sync's completion. A request inside that window returns `429`. A `429` is also returned when a sync for the source is already in progress.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
id of the knowledge source to sync

Response

Sync accepted. The sync runs in the background.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error