Commit 47d07ac 1 parent a82c6ab commit 47d07ac Copy full SHA for 47d07ac
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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
Validations []Validations `json:"validations"`
289
289
} `json:"test"`
290
290
}
@@ -303,7 +303,7 @@ type HttpCheckV2Input struct {
303
303
Authentication * Authentication `json:"authentication"`
304
304
UserAgent * string `json:"userAgent"`
305
305
Verifycertificates bool `json:"verifyCertificates"`
306
- HttpHeaders []HttpHeaders `json:"headers,omitempty "`
306
+ HttpHeaders []HttpHeaders `json:"headers"`
307
307
Validations []Validations `json:"validations"`
308
308
} `json:"test"`
309
309
}
You can’t perform that action at this time.
0 commit comments