v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Forms

Update a form submission

Updates a form submission for a given form.

put/api/forms/{formId}/submissions/{submissionId}

Path parameters

formIdinteger required

The ID of the form for which the submission is made.

submissionIdinteger required

The ID the submission that will be updated

Request body

jsonDatastring required

Stringified form submission data

isCompleteboolean nullable

Boolean flag to mark the form completion status

currentPageinteger nullable

The current page of the form

metadatastring nullable

Stringified metadata related to the form submission

Response

The form submission was updated successfully.

idstring
isCompleteboolean
jsonDatastring
formIdstring
formDefinitionIdstring
currentPageinteger nullable
metadatastring nullable
tokenstring nullable
completedAtstring date-time nullable
createdAtstring date-time
modifiedAtstring date-time nullable
statusstring
submittedBystring nullable