We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1ea37 commit 3c886cdCopy full SHA for 3c886cd
1 file changed
docs/index.rst
@@ -34,7 +34,7 @@ Intercom documentation: `Authentication <http://api.intercom.io/docs#authenticat
34
35
from intercom import Intercom
36
Intercom.app_id = 'dummy-app-id'
37
- Intercom.api_key = 'dummy-api-key'
+ Intercom.app_api_key = 'dummy-api-key'
38
39
Users
40
-----
0 commit comments