diff --git a/CHANGES.md b/CHANGES.md index 72eb75ea..e168eb41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ This document describes the relevant changes between releases of the API model. +## 0.0.247 Jan 06 2023 +- Corrected `Metrics` type on `DeletedSubscription` + ## 0.0.246 Jan 04 2023 - Add Search to `Capabilities` resource diff --git a/model/accounts_mgmt/v1/deleted_subscription_type.model b/model/accounts_mgmt/v1/deleted_subscription_type.model index c8629cce..5fad6620 100644 --- a/model/accounts_mgmt/v1/deleted_subscription_type.model +++ b/model/accounts_mgmt/v1/deleted_subscription_type.model @@ -47,5 +47,5 @@ class DeletedSubscription { BillingMarketplaceAccount String CreatedAt Date QueryTimestamp Date - Metrics []SubscriptionMetrics + Metrics String }