Skip to main content

verify_claim_matches_submission

Function verify_claim_matches_submission 

Source
fn verify_claim_matches_submission(
    submission_id: Uuid,
    claim_submission_id: Uuid,
) -> Result<(), ControllerError>
Expand description

Rejects a grading update whose signed claim authorizes a different submission than the one addressed by the URL path.