updateSubmission( )


Updates a submission.

Each time the submission is updated, revision increments by 1. The existing revision must be included when updating the submission. This ensures you're working with the latest submission information, and prevents unintended overwrites.

Authentication

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

Permissions
Manage Submissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Submission ID.


submissionUpdateSubmissionRequired

Submission to update.

Returns
Return Type:Promise<FormSubmission>
Errors
400Invalid Argument

There is 1 error with this status code.

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

Did this help?