Updating Data
Last updated
Last updated
blocId*
integer
The ID of the bloc you want to update data in. This is the last number in the URL of the bloc, in this example it is 1234: https://example.mydomain.com/module/module-name/bloc/1234
fieldsToUpdate
object
The field slugs and their values you want to update.
{ "employee_name" : "Jane Doe", "a_different_field" : "More Data" }
searchItems
object
The field slugs and their values that need to match to find records to update.
{ "employee_id" : "5830"}