updateDataItems( )


Important:


Updates one or more items in a collection. Items must be completely replaced.

The response array must include the same items that were updated, and each returned item must be added the _createdDate and _updatedDate fields.

Method Declaration
Copy
Method Parameters
payloadUpdateDataItemsEnvelope
Returns
Return Type:UpdateDataItemsResponse | Promise<UpdateDataItemsResponse>
Did this help?