curl --request POST \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/pending/{index}/skip/ \
--header 'x-api-key: <api-key>'{
"candidates": [
{
"funder_heron_id": "<string>",
"funder_name": "<string>",
"similarity": 123
}
],
"index": 123,
"matching_priority": 123,
"policy": {},
"resolved_funder_heron_id": "<string>",
"spreadsheet_name": "<string>",
"status": "<string>"
}Skip a pending match without resolving it. This will mark it as skipped.
curl --request POST \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/pending/{index}/skip/ \
--header 'x-api-key: <api-key>'{
"candidates": [
{
"funder_heron_id": "<string>",
"funder_name": "<string>",
"similarity": 123
}
],
"index": 123,
"matching_priority": 123,
"policy": {},
"resolved_funder_heron_id": "<string>",
"spreadsheet_name": "<string>",
"status": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
The Heron ID of the upload job
The index of the pending match to skip
Was this page helpful?