Skip to content

Commit 5905676

Browse files
authored
Issue 404 (#439)
* Updating readme in relation to #404 * Updating readme in relation to #404
1 parent c03a244 commit 5905676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ contact = intercom.contacts.create(email: "[email protected]")
381381
# Update a contact (via create method)
382382
# You can update a contact by calling the create method but you MUST provide an id or user_id
383383
# If you just provide an email, for example, it will create a new contact
384-
# See the [API reference](https://developers.intercom.com/intercom-api-reference/reference#update-lead) for more detail
385-
contact = intercom.contacts.create(email: "rubytest1@example.com", id: "3be0398668071a6bc6850413", name:"update_contact")
384+
# See https://developers.intercom.com/intercom-api-reference/reference#update-lead for more detail
385+
contact = intercom.contacts.create(email: "some_contact@example.com", id: "3be0398668071a6bc6850413", name:"update_contact")
386386

387387
# Update a contact (via contact object)
388388
contact.custom_attributes['foo'] = 'bar'

0 commit comments

Comments
 (0)