From 60f1d3e5d683aeaab143875380620b97e1610018 Mon Sep 17 00:00:00 2001 From: Daniel Corbett Date: Wed, 3 Jan 2024 11:31:42 -0500 Subject: [PATCH] fix typo --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index d3759bc..af22c25 100644 --- a/api.go +++ b/api.go @@ -2071,7 +2071,7 @@ func (sc *Client) GetTimeseries(corpName, siteName string, query url.Values) ([] // AttackThreshold type AttackThreshold struct { Interval int `json:"interval,omitempty"` // Interval in minutes of threshold. Valid options 1, 10, 60 - Threshold int `json:threshold,omitempty"` // Threshold from 1 - 10000 + Threshold int `json:"threshold,omitempty"` // Threshold from 1 - 10000 } // CreateSiteBody is the structure required to create a Site.