pub async fn open_assignment(
__arg0: State<AppState>,
__arg1: Path<(i64, i64)>,
) -> impl IntoResponse
Expand description
PUT /api/modules/:module_id/assignments/:assignment_id/open
Transition an assignment to Open
Only works if current status is Ready
, Closed
, or Archived
.