Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.84 KB

BatchUpdateRecordsRequest.md

File metadata and controls

10 lines (7 loc) · 1.84 KB

# BatchUpdateRecordsRequest

Properties

Name Type Description Notes
requests \Sajari\Model\UpdateRecordRequest[] The list of requests containing the records to be updated. A maximum of 200 records can be updated in a batch.
update_mask 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]