Update a form submission by token
Updates a form submission for a given form by token.
Path parameters
The token of the submission that will be updated
Request body
Response
The form submission was updated successfully.
Changes
Changed in 3 of the 7 revisions of this API.51514
- ▲
added
BasePublicSubmissionRequestto the request bodyallOflistrequest-body-all-of-added
- ●
removed
BaseSubmissionRequestfrom the request bodyallOflistrequest-body-all-of-removed
- ▲
- ▲
added
BaseSubmissionRequestsubschema #2to the request bodyallOflistrequest-body-all-of-added
- ▲
the request's body type/format changed from
object/to/request-body-type-changed
- ▲
media type
application/problem+jsonwas changed to a more general media typeapplication/jsonfor the response status400response-media-type-name-generalized
- ●
removed the request property
currentPagerequest-property-removed
- ●
removed the request property
isCompleterequest-property-removed
- ●
removed the request property
jsonDatarequest-property-removed
- ●
removed the request property
metadatarequest-property-removed
- ●
removed the optional property
errorsfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
messagefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusCodefrom the response with the400statusresponse-optional-property-removed
- ○
added the optional property
allOf[SubmissionModel]/submittedByto the response with the200statusresponse-optional-property-added
- ○
added the optional property
detailto the response with the400statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the400statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the400statusresponse-optional-property-added
- ○
added the optional property
typeto the response with the400statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request's body type/format changed from
/toobject/request-body-type-changed
- ●
removed
BasePublicSubmissionRequestsubschema #2from the request bodyallOflistrequest-body-all-of-removed
- ●
removed the optional property
allOf[SubmissionModel]/submittedByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
detailfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
instancefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the400statusresponse-optional-property-removed
- ○
added the new optional request property
currentPagenew-optional-request-property
- ○
added the new optional request property
isCompletenew-optional-request-property
- ○
added the new optional request property
jsonDatanew-optional-request-property
- ○
added the new optional request property
metadatanew-optional-request-property
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status400response-media-type-name-specialized
- ○
added the optional property
errorsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusCodeto the response with the400statusresponse-optional-property-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲