Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions syntheticsclientv2/common_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ type Authentication struct {
type Cookiesv2 struct {
Key string `json:"key"`
Value string `json:"value"`
Domain string `json:"domain"`
Path string `json:"path"`
Domain string `json:"domain,omitempty"`
Path string `json:"path,omitempty"`
}

type BrowserHeaders struct {
Name string `json:"name"`
Value string `json:"value"`
Domain string `json:"domain"`
Domain string `json:"domain,omitempty"`
}

type HostOverrides struct {
Expand Down