Skip to main content

Update Mapping

PATCH 

/api/airtable/instances/:instance/mappings/:mapping

Update an existing dataset mapping. Send only the fields you want to change; omitted fields keep their current value.

Body fields (all optional): key_field_id (string), field_map (array of source / target_field_id entries), filters (object or null), delete_mode (flag, delete, ignore), schedule (fifteen_minutes, hourly, daily, manual), realtime_enabled (boolean), apply_mode (review, auto, or null), auto_create (boolean), is_enabled (boolean).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type