Function update_user_info

Source
pub async fn update_user_info(
    user: AuthUser,
    pool: Data<PgPool>,
    payload: Json<UserInfoPayload>,
) -> ControllerResult<Json<bool>>
Expand description

POST /api/v0/course-material/user-details/update-user-info - Updates the users first and last name and country to what they have selected