Skip to main content

ReenrichReleasesResponse

onlyMissingDetailsbooleanrequired
skippedbooleanrequired

true when a bulk re-enrich was already in flight; the request is a no-op.

sourcesstring[]nullable

Echo of the requested scope; null means every origin.

statusesstring[]required

The (validated, de-duplicated) statuses the run targets.

triggeredbooleanrequired
ReenrichReleasesResponse
{
"onlyMissingDetails": true,
"skipped": true,
"sources": "Unknown Type: array,null",
"statuses": [
"string"
],
"triggered": true
}