We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8b5c7 commit b856581Copy full SHA for b856581
group/group.go
@@ -181,8 +181,8 @@ func validateAddContacts(contactIDS []string) error {
181
}
182
183
// addContactsQuery gets a query string to add contacts to a group. We're using
184
-// the alternative "/foo?_method=PUT&key=value" alternative to send the contact
185
-// IDs as GET params. Sending these in the request body would require a painful
+// the alternative "/foo?_method=PUT&key=value" syntax to send the contact IDs
+// as GET params. Sending these in the request body would require a painful
186
// workaround, as client.Request sends request bodies as JSON by default. See
187
// also: https://developers.messagebird.com/docs/alternatives.
188
func addContactsQuery(contactIDS []string) string {
0 commit comments