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>
Did this help?