mapping_update
Replace an existing mapping fully. Fetch the current mapping, then send the entire desired shape to update it.
Instructions
Replaces an existing mapping in full. Fetch the current mapping with mappings_list first and send the whole desired shape — this is a PUT, not a patch. Returns the updated mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company id from companies_list. | |
| mappingId | Yes | Mapping id from mappings_list. | |
| title | Yes | Human-readable mapping name. | |
| entityName | Yes | Entity this mapping targets — must match entities_list output. | |
| fields | Yes | Field mappings (full replacement). |