We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b3536 commit 5f2b5a0Copy full SHA for 5f2b5a0
docs/index.rst
@@ -46,7 +46,7 @@ Intercom documentation: `Create or Update Users <https://developers.intercom.io/
46
::
47
48
from intercom import User
49
- User.create(id='1234', email='bob@example.com')
+ User.create(user_id='1234', email='bob@example.com')
50
51
Updating the Last Seen Time
52
+++++++++++++++++++++++++++
0 commit comments