Refetch Source
Re-fetch and re-parse a URL source.
Useful when the original page load was incomplete or the content has been updated since it was first imported.
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": {}
}
]
}