pub async fn update_place(
    configuration: &Configuration,
    place_uuid: &str,
    place_base: PlaceBase,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<PlaceResponse, Error<UpdatePlaceError>>
Expand description

Update Place with given info, only updating the fields supplied. Place Uuid must be sent however.