pub async fn patch_application_with_id(
configuration: &Configuration,
application_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
application_request: Option<ApplicationRequest>,
) -> Result<ApplicationResponse, Error<PatchApplicationWithIdError>>
Expand description
Updates, via PATCH, the application with the given Id.