Skip to content

Commit

Permalink
Merge pull request #4 from ldjohnson/adding_querystring_to_contact_id
Browse files Browse the repository at this point in the history
Adding a querystring to ContactID so that Contact Groups may be added using this Go client
  • Loading branch information
croman authored Jun 23, 2016
2 parents 8cbe865 + 7bf333c commit 6506c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Test struct {
Port int `json:"Port" querystring:"Port"`

// Contact group ID - will return int of contact group used else 0
ContactID int `json:"ContactID"`
ContactID int `json:"ContactID" querystring:"ContactGroup"`

// Current status at last test
Status string `json:"Status"`
Expand Down

0 comments on commit 6506c17

Please sign in to comment.