Update Field Mappings
PUT/api/v1/migration/:migration_id/field-mappings
Persist the admin's mapping choices.
The payload is a nested dict
{<source_native_type>: {<source_field_key>: <tea_field_key>}}.
Empty string values clear a mapping; the literal "__skip__"
means "do not import this field at all".
Request
Responses
- 200
- 422
Successful Response
Validation Error