Skip to content

Commit 5f2b5a0

Browse files
committed
Fix parameter name.
Changed it from id to user_id.
1 parent f5b3536 commit 5f2b5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Intercom documentation: `Create or Update Users <https://developers.intercom.io/
4646
::
4747

4848
from intercom import User
49-
User.create(id='1234', email='bob@example.com')
49+
User.create(user_id='1234', email='bob@example.com')
5050

5151
Updating the Last Seen Time
5252
+++++++++++++++++++++++++++

0 commit comments

Comments
 (0)