Skip to content

Commit 5f2b5a0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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='[email protected]')
49+
User.create(user_id='1234', email='[email protected]')
5050

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

0 commit comments

Comments
 (0)