Function update_component

Source
pub async fn update_component(
    client: &Client,
    host_id: &str,
    component_id: &str,
    component_ref: &str,
) -> Result<CtlResponse<()>>