curl --request POST \
--url https://api.example.com/api/library/sources/{source_id}/reingest{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Re-ingest a source with force=True to refresh content.
curl --request POST \
--url https://api.example.com/api/library/sources/{source_id}/reingest{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Successful Response