Skip to main content

post_schedule_suggestion

Function post_schedule_suggestion 

Source
async fn post_schedule_suggestion(
    plan_id: Path<Uuid>,
    payload: Json<CourseDesignerScheduleSuggestionRequest>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<CourseDesignerScheduleSuggestionResponse>>