Appearance
Update Import
Update the configuration of an existing import job before submission. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
importId* | string | The unique identifier of the import job |
body.mappings | object | Updated column-to-field mappings |
body.options | object | Updated import options |
Return Value
The updated import job record.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/import/:importId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"mappings": {"column_a": "field-123"}}'ENDPOINTS
post
/api/{targetPath}/import/:importId