]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/DreamItGetIT/statuscake/responses.go
merge changes from https://github.com/DreamItGetIT/statuscake/pull/24 to vendor directory
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / DreamItGetIT / statuscake / responses.go
index 9cdcb118b47db9b9597ea6eaf843637278cc5e19..3cbf36daa5c45754b1e8091eff3f1e76e78d6f44 100644 (file)
@@ -28,7 +28,7 @@ type detailResponse struct {
        Paused          bool     `json:"Paused"`
        WebsiteName     string   `json:"WebsiteName"`
        URI             string   `json:"URI"`
-       ContactID       string   `json:"ContactID"`
+       ContactID       int      `json:"ContactID"`
        Status          string   `json:"Status"`
        Uptime          float64  `json:"Uptime"`
        CustomHeader    string   `json:"CustomHeader"`