Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 891 Bytes

BatchUpdateRecordsRequest.md

File metadata and controls

11 lines (7 loc) · 891 Bytes

Com.Sajari.Sdk.Model.BatchUpdateRecordsRequest

Properties

Name Type Description Notes
Requests List<UpdateRecordRequest> The list of requests containing the records to be updated. A maximum of 200 records can be updated in a batch.
UpdateMask string The list of fields to be updated, separated by a comma, e.g. `field1,field2`. For each field that you want to update, provide a corresponding value in each record object, within the requests list, containing the new value. If provided, and you also provide an update mask in any child request, the values must match. [optional]

[Back to Model list] [Back to API list] [Back to README]