Skip to content

Commit

Permalink
update heartbeat request should expect list of string
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahri YARDIMCI committed Sep 10, 2019
1 parent 4f8ae35 commit 756fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type UpdateRequest struct {
Enabled bool `json:"enabled,omitempty"`
OwnerTeam og.OwnerTeam `json:"ownerTeam"`
AlertMessage string `json:"alertMessage,omitempty"`
AlertTag string `json:"alertTags,omitempty"`
AlertTag []string `json:"alertTags,omitempty"`
AlertPriority string `json:"alertPriority,omitempty"`
}

Expand Down

0 comments on commit 756fb92

Please sign in to comment.