====Update Index API Function==== This function is used to tell the server to update its index based on new JSON files located in the capture folder. This is usually used as part of sourcing [[external capture data]]. ===Endpoint=== /capture/updateindex?name= For example, the full URL on the server **mycompanyname** in site **default** that updates the capture called 'DailyReports' would be.... https://mycompanyname/s/default/capture/updateindex?name=DailyReports ===Parameters=== **name**: The folder name of the capture. ===Response=== The response shows any database records that were added as part of the job.