pub async fn ipam_asns_partial_update(
configuration: &Configuration,
id: i32,
patched_asn_request: Option<PatchedAsnRequest>,
) -> Result<Asn, Error<IpamAsnsPartialUpdateError>>Expand description
Patch a ASN object.
pub async fn ipam_asns_partial_update(
configuration: &Configuration,
id: i32,
patched_asn_request: Option<PatchedAsnRequest>,
) -> Result<Asn, Error<IpamAsnsPartialUpdateError>>Patch a ASN object.