enrich icon indicating copy to clipboard operation
enrich copied to clipboard

API Enrichment: add ability to mark fields as missing

Open peel opened this issue 10 months ago • 0 comments

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

peel avatar Jan 08 '25 16:01 peel