Skip to content

Commit 9a81d40

Browse files
committed
Adds notes field to API.
Closes #2336.
1 parent 953286b commit 9a81d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/agent.go

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ type AgentServiceCheck struct {
7373
HTTP string `json:",omitempty"`
7474
TCP string `json:",omitempty"`
7575
Status string `json:",omitempty"`
76+
Notes string `json:",omitempty"`
7677
TLSSkipVerify string `json:",omitempty"`
7778

7879
// In Consul 0.7 and later, checks that are associated with a service

0 commit comments

Comments
 (0)