Ingest API
Patch Record
PATCH
Incrementally update an existing record. Only the fields you specify will be modified. Objects and scalar values are merged; numeric arrays are replaced entirely.
Path Parameters
Your integration identifier. Found in the admin app under integration settings.
The unique identifier for your data feed.
Request Body
Send a single record object or an array of record objects for bulk updates.The source ID of the record to update.
Fields to update. Only specified fields will be modified; other fields remain unchanged.
Response
Unique identifier to track this data change.