pub async fn patch_tls_sub(
configuration: &mut Configuration,
params: PatchTlsSubParams,
) -> Result<TlsSubscriptionResponse, Error<PatchTlsSubError>>
Expand description
Change the TLS domains or common name associated with this subscription, update the TLS configuration for this set of domains, or retry a subscription with state failed
by setting the state to retry
.