@@ -30,8 +30,8 @@ type Networkconnection struct {
30
30
type Advancedsettings struct {
31
31
Authentication * Authentication `json:"authentication"`
32
32
Cookiesv2 []Cookiesv2 `json:"cookies"`
33
- BrowserHeaders []BrowserHeaders `json:"headers,omitempty "`
34
- HostOverrides []HostOverrides `json:"hostOverrides,omitempty "`
33
+ BrowserHeaders []BrowserHeaders `json:"headers"`
34
+ HostOverrides []HostOverrides `json:"hostOverrides"`
35
35
UserAgent * string `json:"userAgent"`
36
36
CollectInteractiveMetrics bool `json:"collectInteractiveMetrics"`
37
37
Verifycertificates bool `json:"verifyCertificates"`
@@ -284,7 +284,7 @@ type HttpCheckV2Response struct {
284
284
Authentication * Authentication `json:"authentication"`
285
285
UserAgent * string `json:"userAgent"`
286
286
Verifycertificates bool `json:"verifyCertificates"`
287
- HttpHeaders []HttpHeaders `json:"headers,omitempty "`
287
+ HttpHeaders []HttpHeaders `json:"headers"`
288
288
} `json:"test"`
289
289
}
290
290
@@ -302,7 +302,7 @@ type HttpCheckV2Input struct {
302
302
Authentication * Authentication `json:"authentication"`
303
303
UserAgent * string `json:"userAgent"`
304
304
Verifycertificates bool `json:"verifyCertificates"`
305
- HttpHeaders []HttpHeaders `json:"headers,omitempty "`
305
+ HttpHeaders []HttpHeaders `json:"headers"`
306
306
} `json:"test"`
307
307
}
308
308
0 commit comments