PATCH

Update Schema


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.
Endpoint
PATCH
https://www.wixapis.com/translation-schema/v1/schemas/{schema.id}

Path Params
schema.idstringRequired

Translation schema ID.

Body Params
schemaSchemaRequired

Translation schema to update.

Response Object
schemaSchema

Updated Schema.

Update Schema
Request
cURL
Response
JSON
Errors

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

Event TriggersThis method triggers the following events:
Did this help?