diff --git a/CHANGES.md b/CHANGES.md index 987c13ab..9dbd11c1 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.397 Sep 26 2024 +- Add `FlapDetection` field to `status_board.statuses` model + ## 0.0.396 Sep 24 2024 - Add `FlapDetection` field to `status_board.status_updates` model diff --git a/model/status_board/v1/statuses_resource.model b/model/status_board/v1/statuses_resource.model index 7d5fbc12..58a01522 100644 --- a/model/status_board/v1/statuses_resource.model +++ b/model/status_board/v1/statuses_resource.model @@ -25,6 +25,7 @@ resource Statuses { in LimitScope Date in ProductIds String in FullNames String + in FlapDetection Boolean out Total Integer out Items []Status }