Skip to main content

ReenrichRequest

onlyMissingDetailsboolean

When true, only rows still missing detail-page data (no files or no description) are re-fetched, so a re-run skips rows that are already filled in. Defaults to false (refresh everything matching statuses, e.g. after a parser change).

sourcesstring[]nullable

Optional scope: stamped sourceName values to target ([[sources]] instances or [[search]] entries). Omitted or null targets every release, including rows whose origin was since renamed or removed from config. Names are not validated against the registries — an unknown name simply selects nothing — precisely so removed origins stay reachable. Must be non-empty when provided.

statusesstring[]required

Resolution statuses to target. Releases whose resolutionStatus is in this set have their detail page re-fetched and their source-derived columns refreshed; resolution state is left untouched. Must be non-empty and a subset of the known statuses.

ReenrichRequest
{
"onlyMissingDetails": true,
"sources": "Unknown Type: array,null",
"statuses": [
"string"
]
}