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
Response
The submission status was updated successfully.
Changes
Changed in 2 of the 7 revisions of this API.11
- ▲
removed the media type
application/problem+jsonfor the response with the status400response-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+jsonfor the response with the status400response-media-type-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○