From 1f1273d4d2c2e80baee9ce6bc92228bebbd8db62 Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Sat, 22 Jun 2019 18:58:08 -0400 Subject: [PATCH] dep: add configuration_web_url --- dep/profile.go | 1 + 1 file changed, 1 insertion(+) 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 {