Skip to content

Commit fd0cb98

Browse files
authored
fix: remove inaccurate update_customer effect description (#1553)
1 parent 0b16b13 commit fd0cb98

File tree

20 files changed

+0
-40
lines changed

20 files changed

+0
-40
lines changed

src/pages/messaging/agent-chat-api/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2178,8 +2178,6 @@ The webhook will be sent only if the customer has active chats.
21782178

21792179
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
21802180

2181-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2182-
21832181
#### Response
21842182

21852183
No response payload (`200 OK`).

src/pages/messaging/agent-chat-api/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2301,8 +2301,6 @@ Updates Customer's properties.
23012301

23022302
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
23032303

2304-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2305-
23062304
</Text>
23072305
<Code>
23082306
<CodeSample path={'REQUEST'}>

src/pages/messaging/agent-chat-api/v3.2/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2018,8 +2018,6 @@ Updates Customer's properties.
20182018

20192019
Apart from `customer_id`, which is a required parameter, you also need to include **one of the optional** parameters.
20202020

2021-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2022-
20232021
#### Response
20242022

20252023
No response payload (`200 OK`).

src/pages/messaging/agent-chat-api/v3.2/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2316,8 +2316,6 @@ Updates Customer's properties.
23162316

23172317
Apart from `customer_id`, which is a required parameter, you also need to include **one of the optional** parameters.
23182318

2319-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2320-
23212319
</Text>
23222320
<Code>
23232321
<CodeSample path={'REQUEST'}>

src/pages/messaging/agent-chat-api/v3.3/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2057,8 +2057,6 @@ The webhook will be sent only if the customer has active chats.
20572057

20582058
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
20592059

2060-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2061-
20622060
#### Response
20632061

20642062
No response payload (`200 OK`).

src/pages/messaging/agent-chat-api/v3.3/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2271,8 +2271,6 @@ Updates Customer's properties.
22712271

22722272
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
22732273

2274-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2275-
22762274
</Text>
22772275
<Code>
22782276
<CodeSample path={'REQUEST'}>

src/pages/messaging/agent-chat-api/v3.4/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2125,8 +2125,6 @@ The webhook will be sent only if the customer has active chats.
21252125

21262126
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
21272127

2128-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2129-
21302128
#### Response
21312129

21322130
No response payload (`200 OK`).

src/pages/messaging/agent-chat-api/v3.4/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2306,8 +2306,6 @@ Updates Customer's properties.
23062306

23072307
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
23082308

2309-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2310-
23112309
</Text>
23122310
<Code>
23132311
<CodeSample path={'REQUEST'}>

src/pages/messaging/agent-chat-api/v3.6/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2009,8 +2009,6 @@ The webhook will be sent only if the customer has active chats.
20092009

20102010
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
20112011

2012-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2013-
20142012
#### Response
20152013

20162014
No response payload (`200 OK`).

src/pages/messaging/agent-chat-api/v3.6/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -2198,8 +2198,6 @@ Updates Customer's properties.
21982198

21992199
Apart from `id`, which is a required parameter, you also need to include **one of the optional** parameters.
22002200

2201-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
2202-
22032201
</Text>
22042202
<Code>
22052203
<CodeSample path={'REQUEST'}>

src/pages/messaging/customer-chat-api/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1505,8 +1505,6 @@ The webhook will be sent only if the customer has active chats.
15051505

15061506
At least one optional parameter needs to be included in the request.
15071507

1508-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1509-
15101508
#### Response
15111509

15121510
No response payload (`200 OK`).

src/pages/messaging/customer-chat-api/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1308,8 +1308,6 @@ Sends a sneak peek to a chat.
13081308

13091309
At least one optional parameter needs to be included in the request payload.
13101310

1311-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1312-
13131311
</Text>
13141312

13151313
<Code>

src/pages/messaging/customer-chat-api/v3.2/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1293,8 +1293,6 @@ curl -X GET \
12931293

12941294
At least one optional parameter needs to be included in the request.
12951295

1296-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1297-
12981296
#### Response
12991297

13001298
No response payload (`200 OK`).

src/pages/messaging/customer-chat-api/v3.2/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1387,8 +1387,6 @@ Sends a sneak peek to a chat.
13871387

13881388
At least one optional parameter needs to be included in the request payload.
13891389

1390-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1391-
13921390
</Text>
13931391

13941392
<Code>

src/pages/messaging/customer-chat-api/v3.3/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1507,8 +1507,6 @@ The webhook will be sent only if the customer has active chats.
15071507

15081508
At least one optional parameter needs to be included in the request.
15091509

1510-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1511-
15121510
#### Response
15131511

15141512
No response payload (`200 OK`).

src/pages/messaging/customer-chat-api/v3.3/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1329,8 +1329,6 @@ Sends a sneak peek to a chat.
13291329

13301330
At least one optional parameter needs to be included in the request payload.
13311331

1332-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1333-
13341332
</Text>
13351333

13361334
<Code>

src/pages/messaging/customer-chat-api/v3.4/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1510,8 +1510,6 @@ The webhook will be sent only if the customer has active chats.
15101510

15111511
At least one optional parameter needs to be included in the request.
15121512

1513-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1514-
15151513
#### Response
15161514

15171515
No response payload (`200 OK`).

src/pages/messaging/customer-chat-api/v3.4/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,6 @@ Sends a sneak peek to a chat.
13311331

13321332
At least one optional parameter needs to be included in the request payload.
13331333

1334-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1335-
13361334
</Text>
13371335

13381336
<Code>

src/pages/messaging/customer-chat-api/v3.6/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1508,8 +1508,6 @@ The webhook will be sent only if the customer has active chats.
15081508

15091509
At least one optional parameter needs to be included in the request.
15101510

1511-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1512-
15131511
#### Response
15141512

15151513
No response payload (`200 OK`).

src/pages/messaging/customer-chat-api/v3.6/rtm-reference/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -1309,8 +1309,6 @@ Sends a sneak peek to a chat.
13091309

13101310
At least one optional parameter needs to be included in the request payload.
13111311

1312-
When updating customer data while the customer has an active chat, the update will take effect after the chat has ended.
1313-
13141312
</Text>
13151313

13161314
<Code>

0 commit comments

Comments
 (0)