The Open API specification for Synapse is now available for download!

Download Open API Spec

SubmissionStateChangeRequest

org.sagebionetworks.repo.model.dataaccess.SubmissionStateChangeRequest

A request to change the state of a Submission.

Field Type Description
submissionId STRING The ID of the requested Submission.
newState SubmissionState The state of a Submission.
rejectedReason STRING The reason that the Submission is rejected if newState is REJECTED.