async fn start_peer_or_self_review(
pool: Data<PgPool>,
exercise_id: Path<Uuid>,
user: AuthUser,
) -> ControllerResult<Json<bool>>
Expand description
- POST
/api/v0/course-material/exercises/:exercise_id/peer-or-self-reviews/start
- Post a signal indicating that - the user will start the peer or self reviewing process.
- This operation is only valid for exercises marked for peer reviews. No further submissions will be
- accepted after posting to this endpoint.