Skip to content

Commit

Permalink
Merge pull request #992 from nesty156/flap-detection-param
Browse files Browse the repository at this point in the history
OSDEV-1691:add FlapDetection parameter to status board status updates model
  • Loading branch information
tzvatot committed Sep 24, 2024
2 parents 9bef185 + 355acc2 commit 92398a1
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.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
Expand Down
1 change: 1 addition & 0 deletions model/status_board/v1/status_updates_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ resource StatusUpdates {
in ProductIds String
in FullNames String
in Search String
in FlapDetection Boolean
out Total Integer
out Items []Status
}
Expand Down

0 comments on commit 92398a1

Please sign in to comment.