Refetch Source
Re-fetch a URL source's content using the browser and re-parse.
Useful when the initial fetch captured an SPA shell or stale content. Only works for URL-type sources.
curl -X POST "http://127.0.0.1:14242/sources/string/refetch"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}