async fn create(
pool: Data<PgPool>,
user: AuthUser,
new_regrading: Json<NewRegrading>,
) -> ControllerResult<Json<Uuid>>
Expand description
POST /api/v0/main-frontend/regradings
- Creates a new regrading for the supplied exercise task submission ids and returns the new regrading id.