Przeglądaj źródła

Merge branch 'belanger/agent-v3-integration' into dev

Alexander Belanger 3 lat temu
rodzic
commit
10d3286be5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      api/types/incident.go

+ 1 - 0
api/types/incident.go

@@ -79,6 +79,7 @@ type IncidentEvent struct {
 	PodNamespace string     `json:"pod_namespace" form:"required"`
 	Summary      string     `json:"summary" form:"required"`
 	Detail       string     `json:"detail" form:"required"`
+	Revision     string     `json:"revision"`
 }
 
 type ListIncidentEventsRequest struct {