Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-corbett committed Jan 3, 2024
1 parent c93684e commit 60f1d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60f1d3e

Please sign in to comment.