diff --git a/dep/profile.go b/dep/profile.go index 570d2b95..0831cc17 100644 --- a/dep/profile.go +++ b/dep/profile.go @@ -28,6 +28,7 @@ type Profile struct { Devices []string `json:"devices"` Language string `json:"language,omitempty"` Region string `json:"region,omitempty"` + ConfigurationWebURL string `json:"configuration_web_url,omitempty"` } type ProfileResponse struct {