Forms

Update submission status

Updates the status of a form submission.

post/api/forms/{formId}/submissions/{submissionId}/status

Path parameters

formIdinteger required

The ID of the form.

submissionIdinteger required

The ID of the submission to update.

Request body

statusstring required

The status of the submission.

Response

The submission status was updated successfully.

submissionIdinteger

The ID of the submission.

statusstring

The status of the submission.

Changes

Changed in 2 of the 7 revisions of this API.11

    • removed the media type application/problem+json for the response with the status 400

      response-media-type-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the media type application/problem+json for the response with the status 400

      response-media-type-added

    This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog