Skip to content

Commit

Permalink
Merge pull request #993 from nesty156/flap-detection-2
Browse files Browse the repository at this point in the history
OSDEV-1691: add FlapDetection parameter to status board statuses model
  • Loading branch information
tzvatot authored Sep 26, 2024
2 parents 92398a1 + e92af5d commit 9c855ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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.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

Expand Down
1 change: 1 addition & 0 deletions model/status_board/v1/statuses_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource Statuses {
in LimitScope Date
in ProductIds String
in FullNames String
in FlapDetection Boolean
out Total Integer
out Items []Status
}
Expand Down

0 comments on commit 9c855ca

Please sign in to comment.