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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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'}>

0 commit comments

Comments
 (0)