bulkUpdateContent( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

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
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Wix Multilingual - Write Translation Content
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
contentsArray<BulkUpdateContentRequestMaskedContent>Required

Translation content items to update.


optionsBulkUpdateContentOptions
Returns
Return Type:Promise<BulkUpdateContentResponse>
Was this helpful?
Yes
No