POST /verificationSubmission/{id}/state
Update the state of a verification submission. The allowed transitions are:
- Submitted -> Approved
- Submitted -> Rejected
- Approved -> Suspended
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/verificationSubmission/{id}/state
Resource URL Variables
| {id} | the ID of the verification submission |
Parameters
| notificationUnsubscribeEndpoint optional |
the portal prefix for one-click email unsubscription |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | modify |
| HTTP Method | POST |
| Request Object | VerificationState (application/json) |
| Response Object | None |