diff --git a/CHANGES.md b/CHANGES.md index 13992f94..987c13ab 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.396 Sep 24 2024 +- Add `FlapDetection` field to `status_board.status_updates` model + ## 0.0.395 Sep 13 2024 - Add `WifEnabled` to `Version` model - Add `AWSShard` to the `ProvisionShard` model diff --git a/model/status_board/v1/status_updates_resource.model b/model/status_board/v1/status_updates_resource.model index b56f22f4..d702baf6 100644 --- a/model/status_board/v1/status_updates_resource.model +++ b/model/status_board/v1/status_updates_resource.model @@ -26,6 +26,7 @@ resource StatusUpdates { in ProductIds String in FullNames String in Search String + in FlapDetection Boolean out Total Integer out Items []Status }