PATCH

Update Form


Updates a form schema.

Updating formFields replaces the whole array. Any field that's missing from the array you send is moved to deletedFormFields, so resend every field you want to keep.

For how to compose each kind of form field, including which identifier, inputType, and componentType values to combine, see About Form Fields.

Authentication

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

Permissions
Manage forms
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/form-schema-service/v4/forms/{form.id}

Errors
400Invalid Argument

There are 18 errors with this status code.

428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

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