pub async fn update_domain(
configuration: &mut Configuration,
params: UpdateDomainParams,
) -> Result<DomainResponse, Error<UpdateDomainError>>
Expand description
Update the domain for a particular service and version.
pub async fn update_domain(
configuration: &mut Configuration,
params: UpdateDomainParams,
) -> Result<DomainResponse, Error<UpdateDomainError>>
Update the domain for a particular service and version.