Function session_controller_update

Source
pub async fn session_controller_update(
    configuration: &Configuration,
    id: &str,
    update_session_dto: UpdateSessionDto,
) -> Result<Session, Error<SessionControllerUpdateError>>