bulkUpdateContent( )


Updates multiple translation content items by ID.

To remove a field, pass the field key with an empty object as the value. For example:

Copy
Method Declaration
Copy
Method Parameters
contentsArray<BulkUpdateContentRequestMaskedContent>Required

Translation content items to update.


optionsBulkUpdateContentOptions
Returns
Return Type:Promise<BulkUpdateContentResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?