Skip to content

Commit

Permalink
Use correct metrics type (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercreller authored Jan 6, 2023
1 parent ac8c84a commit 0203c97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion model/accounts_mgmt/v1/deleted_subscription_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ class DeletedSubscription {
BillingMarketplaceAccount String
CreatedAt Date
QueryTimestamp Date
Metrics []SubscriptionMetrics
Metrics String
}

0 comments on commit 0203c97

Please sign in to comment.