2525Authentication
2626---------------
2727
28- Intercom documentation: `Authentication <http://api .intercom.io/docs #authentication >`_.
28+ Intercom documentation: `Authentication <http://doc .intercom.io/api/v1/ #authentication >`_.
2929
3030::
3131
3939Getting all Users
4040+++++++++++++++++
4141
42- Intercom documentation: `Getting all Users <http://api .intercom.io/docs#getting_all_users >`_.
42+ Intercom documentation: `Getting all Users <http://doc .intercom.io/api/v1/#getting-all-users >`_.
4343
4444::
4545
@@ -50,16 +50,16 @@ Intercom documentation: `Getting all Users <http://api.intercom.io/docs#getting_
5050Getting a User
5151++++++++++++++
5252
53- Intercom documentation: `Getting a User <http://api .intercom.io/docs#getting_a_user >`_.
53+ Intercom documentation: `Getting a User <http://doc .intercom.io/api/v1/#getting-a-user >`_.
5454
5555::
5656
5757 user = User.find(email="ben@intercom.io")
5858
59- Creating a User
60- +++++++++++++++
59+ Create a User
60+ +++++++++++++
6161
62- Intercom documentation: `Creating a User <http://api .intercom.io/docs#creating_a_user >`_.
62+ Intercom documentation: `Create a User <http://doc .intercom.io/api/v1/#create-a-user >`_.
6363
6464::
6565
@@ -74,7 +74,7 @@ Intercom documentation: `Creating a User <http://api.intercom.io/docs#creating_a
7474Updating a User
7575+++++++++++++++
7676
77- Intercom documentation: `Updating a User <http://api .intercom.io/docs#updating_a_user >`_.
77+ Intercom documentation: `Updating a User <http://doc .intercom.io/api/v1/#updating-a-user >`_.
7878
7979::
8080
@@ -85,7 +85,7 @@ Intercom documentation: `Updating a User <http://api.intercom.io/docs#updating_a
8585Deleting a User
8686+++++++++++++++
8787
88- Intercom documentation: `Deleting a User <http://api .intercom.io/docs#deleting_a_user >`_.
88+ Intercom documentation: `Deleting a User <http://doc .intercom.io/api/v1/#deleting-a-user >`_.
8989
9090::
9191
9797Creating a Note
9898+++++++++++++++
9999
100- Intercom documentation: `Creating a Note <http://api .intercom.io/docs#creating_a_note >`_.
100+ Intercom documentation: `Creating a Note <http://doc .intercom.io/api/v1/#creating-a-note >`_.
101101
102102::
103103
@@ -112,27 +112,27 @@ Tagging
112112Getting a Tag
113113+++++++++++++
114114
115- Intercom documentation: `Getting a Tag <http://api .intercom.io/docs#getting_a_tag >`_.
115+ Intercom documentation: `Getting a Tag <http://doc .intercom.io/api/v1/#getting-a-tag >`_.
116116
117117::
118118
119119 from intercom import Tag
120120 tag = Tag.find_by_name("Free Trial")
121121
122- Creating a Tag
123- ++++++++++++++
122+ Creating a new Tag
123+ ++++++++++++++++++
124124
125- Intercom documentation: `Creating a Tag <http://api .intercom.io/docs#creating_a_tag >`_.
125+ Intercom documentation: `Creating a new Tag <http://doc .intercom.io/api/v1/#create-a-new-tag >`_.
126126
127127::
128128
129129 from intercom import Tag
130130 tag = Tag.create("Free Trial")
131131
132- Updating a Tag
133- ++++++++++++++
132+ Updating an already existing Tag
133+ ++++++++++++++++++++++++++++++++
134134
135- Intercom documentation: `Updating a Tag <http://api .intercom.io/docs#updating_a_tag >`_.
135+ Intercom documentation: `Updating a Tag <http://doc .intercom.io/api/v1/#update-an-already-existing-tag >`_.
136136
137137::
138138
@@ -147,7 +147,7 @@ Impressions
147147Creating an Impression
148148++++++++++++++++++++++
149149
150- Intercom documentation: `Creating an Impression <http://api .intercom.io/docs#creating_an_impression >`_.
150+ Intercom documentation: `Creating an Impression <http://doc .intercom.io/api/v1/#creating-an-impression >`_.
151151
152152::
153153
@@ -161,7 +161,7 @@ Message Threads
161161Getting Message Threads
162162+++++++++++++++++++++++
163163
164- Intercom documentation: `Getting Message Threads <http://api .intercom.io/docs#getting_messages >`_.
164+ Intercom documentation: `Getting Message Threads <http://doc .intercom.io/api/v1/#getting-message-threads >`_.
165165
166166::
167167
@@ -177,7 +177,7 @@ Intercom documentation: `Getting Message Threads <http://api.intercom.io/docs#g
177177Creating a Message Thread
178178+++++++++++++++++++++++++
179179
180- Intercom documentation: `Creating a Message Thread <http://api .intercom.io/docs#creating_a_message >`_.
180+ Intercom documentation: `Creating a Message Thread <http://doc .intercom.io/api/v1/#creating-a-message-thread >`_.
181181
182182::
183183
@@ -187,7 +187,7 @@ Intercom documentation: `Creating a Message Thread <http://api.intercom.io/docs
187187Replying on a Message Thread
188188++++++++++++++++++++++++++++
189189
190- Intercom documentation: `Replying on a Message Thread <http://api .intercom.io/docs#replying_to_a_message >`_.
190+ Intercom documentation: `Replying on a Message Thread <http://doc .intercom.io/api/v1/#replying-on-a-message-thread >`_.
191191
192192::
193193
0 commit comments