Trigger a manual sync for a content source.
cURL
curl --request POST \ --url https://api.example.com/api/content-sources/{source_id}/sync \ --header 'Authorization: Bearer <token>'
{ "files_indexed": 123, "files_skipped": 123, "files_pruned": 123, "chunks_written": 123, "errors": [] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response