pub async fn enterprise_license_partial_update(
configuration: &Configuration,
license_uuid: &str,
patched_license_request: Option<PatchedLicenseRequest>,
) -> Result<License, Error<EnterpriseLicensePartialUpdateError>>
Expand description
License Viewset