Function update_key

Source
pub async fn update_key(
    configuration: &Configuration,
    account_sid: &str,
    sid: &str,
    friendly_name: Option<&str>,
) -> Result<ApiPeriodV2010PeriodAccountPeriodKey, Error<UpdateKeyError>>
Expand description