We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55ea7f commit 5786fcdCopy full SHA for 5786fcd
downtimes.go
@@ -41,7 +41,7 @@ type Downtime struct {
41
MonitorId *int `json:"monitor_id,omitempty"`
42
MonitorTags []string `json:"monitor_tags,omitempty"`
43
ParentId *int `json:"parent_id,omitempty"`
44
- Timezone *string `jsonm:"timezone,omitempty"`
+ Timezone *string `json:"timezone,omitempty"`
45
Recurrence *Recurrence `json:"recurrence,omitempty"`
46
Scope []string `json:"scope,omitempty"`
47
Start *int `json:"start,omitempty"`
0 commit comments