112399a67ebb
Update Module Submission
Updates a single module submission. This operation supports partial "data" updates, i.e. data that is sent in "data" may include some but not all of the submission data. Partial metadata updates are supported without including the entire metadata object. To increment a numeric data key (will also initialize), use "incrementData" To delete a data key, use "unsetData". To delete a metadata key, use "unsetMetadata". Module submission data must be provided as a JSON object.
Authorization Required:
- See Submission Access (Submission Access)
Path parameters
Unique module ID
ID of module submission to update
Query parameters
Transform to apply to module for input. Transform must be configured and designated for for input. Available transform types may be listed via the /transforms endpoint.
Whether to completely replace the submission data with the object passed in "data". This option is available to "Administrator" users only.
Request body
Response
Submission updated