Skip to content

Commit 12a1452

Browse files
authored
make auditThreshold optional (#105)
1 parent fd0b18d commit 12a1452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/sumologic_ingest_budget_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (s *Client) UpdateIngestBudgetV2(ingestBudgetV2 IngestBudgetV2) error {
9292
}
9393

9494
type IngestBudgetV2 struct {
95-
AuditThreshold int `json:"auditThreshold"`
95+
AuditThreshold int `json:"auditThreshold,omitempty"`
9696
Action string `json:"action"`
9797
ResetTime string `json:"resetTime"`
9898
Name string `json:"name"`

0 commit comments

Comments
 (0)