Re-fetch the detail page for the source's already-persisted releases that match `statuses`, refreshing their source-derived columns (files, description, extracted links, information URL) without touching resolution state. Use after a parser change adds or fixes a detail-page field. Shares the per-source mutex, so it cannot race a cron poll / backfill (returns `skipped = true` when work is already in flight).
POST/api/v1/sources/:name/re-enrich
Re-fetch the detail page for the source's already-persisted releases that
match statuses, refreshing their source-derived columns (files,
description, extracted links, information URL) without touching resolution
state. Use after a parser change adds or fixes a detail-page field.
Shares the per-source mutex, so it cannot race a cron poll / backfill
(returns skipped = true when work is already in flight).
Request
Responses
- 202
- 400
- 404
Empty or unknown status in the request
No source with that name registered