enrich
enrich copied to clipboard
API Enrichment: add ability to mark fields as missing
Previously it was impossible to send API enrichment request when any configured input was missing.
Now it is possible to set an additional new allowMissing flag. Setting the parameter to true skips the input as optional and sends API request with only the required inputs as well as other available optional fields.
Similarly to previous behaviour when no inputs were configured and the request was sent with empty input when no allowMissing fields are found the request is sent as empty.
Part of PDP-1641