Skip to main content

patch_task

async fn patch_task(
    path: Path<(Uuid, Uuid)>,
    payload: Json<UpdateCourseDesignerStageTaskRequest>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<CourseDesignerPlanStageTask>>