112399a67ebb
Update Workflow Submission
This endpoint is available to "Administrator" users only. Updates a single workflow submission based on submission ID and, if passed, dataFilter and metadataFilter. This operation supports partial "data" updates, i.e. data that is sent in "data" may include some but not all of the submission data. Update of the owner/user is supported through "userId". Update of current status is supported through "currentStatus". 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". Workflow submission data must be provided as a JSON object.
Authorization Required:
- See Submission Access (Submission Access)
Path parameters
ID of workflow the submission belongs to
ID of workflow submission to update
Query parameters
Whether to completely replace the submission data with the object passed in "data".
Request body
Response
Successfully updated workflow submission