Update a Record in an Imported Data Project

PUT {{baseUrl}}/imported-data-projects/:idpSourceId/records/:uniqueField?nonDestructive=false

Synchronously updates data in an IDP.

### Possible Accidental Data Deletion

If nonDestructive is false, or not set, any fields missing from the PUT body will be missing on the record after the call is executed. Make sure your update has the intended result by getting the data you intend to update first, then modifying from there, or by explicitly setting nonDestructive to true.

Request Params

KeyDatatypeRequiredDescription
nonDestructiveboolean

Request Body

{"ipsumf"=>false, "eiusmodb9_"=>70881302.4771612, "veniam_9f7"=>61845443.220263004, "consequat_30"=>85236389.78180549}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}