updateSchema( )


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 a translation schema.

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

Copy
Caution:

Removing a schema field makes the corresponding content field unavailable.

Authentication

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

Permissions
Wix Multilingual - Translation Schema Write
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Translation schema ID.


schemaUpdateSchemaRequired
Returns
Return Type:Promise<Schema>
Was this helpful?
Yes
No