Uncancel a study
POST/v1/viewer/studies/uncancel
Restores a cancelled study to active status. The study must have been previously cancelled. Can be identified by either study ID or DICOM Study Instance UID.
Uncancel a study
curl https://api.avarasoftware.com/v1/viewer/studies/uncancel \
-X POST \
-H "Authorization: Bearer $AVARA_API_KEY"{
"success": true,
"message": "message"
}Returns Examples
{
"success": true,
"message": "message"
}