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
Key | Datatype | Required | Description |
---|---|---|---|
nonDestructive | boolean |
Request Body
{"ipsumf"=>false, "eiusmodb9_"=>70881302.4771612, "veniam_9f7"=>61845443.220263004, "consequat_30"=>85236389.78180549}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}