updateContentByKey( )


Updates a translation content item using a unique key, which is a combination of content.schemaId, content.entityId, and content.locale.

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

Copy
Method Declaration
Copy
Method Parameters
contentContentRequired

Content to update.


optionsUpdateContentByKeyOptions
Returns
Return Type:Promise<UpdateContentByKeyResponse>
Errors

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

Did this help?