@@ -4106,7 +4106,6 @@ paths:
41064106 role: user
4107410741084108 phone:
4109- formatted_phone:
41104109 name: joe bloggs
41114110 avatar:
41124111 owner_id:
@@ -4195,7 +4194,6 @@ paths:
41954194 role: user
4196419541974196 phone:
4198- formatted_phone:
41994197 name: joe bloggs
42004198 avatar:
42014199 owner_id:
@@ -4361,7 +4359,6 @@ paths:
43614359 role: user
4362436043634361 phone:
4364- formatted_phone:
43654362 name: Joe Bloggs
43664363 avatar:
43674364 owner_id:
@@ -4530,7 +4527,6 @@ paths:
45304527 role: user
4531452845324529 phone:
4533- formatted_phone:
45344530 name: Joe Bloggs
45354531 avatar:
45364532 owner_id:
@@ -4700,7 +4696,6 @@ paths:
47004696 | email | String |
47014697 | email_domain | String |
47024698 | phone | String |
4703- | formatted_phone | String |
47044699 | external_id | String |
47054700 | created_at | Date (UNIX Timestamp) |
47064701 | signed_up_at | Date (UNIX Timestamp) |
@@ -4880,7 +4875,6 @@ paths:
48804875 role: user
4881487648824877 phone:
4883- formatted_phone:
48844878 name:
48854879 avatar:
48864880 owner_id:
@@ -5029,7 +5023,6 @@ paths:
50295023 role: user
5030502450315025 phone:
5032- formatted_phone:
50335026 name: Joe Bloggs
50345027 avatar:
50355028 owner_id:
@@ -5655,6 +5648,13 @@ paths:
56555648 example: plaintext
56565649 schema:
56575650 type: string
5651+ - name: include_translations
5652+ in: query
5653+ required: false
5654+ description: If set to true, conversation parts will be translated to the detected language of the conversation.
5655+ example: true
5656+ schema:
5657+ type: boolean
56585658 tags:
56595659 - Conversations
56605660 operationId: retrieveConversation
@@ -14149,7 +14149,6 @@ paths:
1414914149 role: user
14150141501415114151 phone:
14152- formatted_phone:
1415314152 name:
1415414153 avatar:
1415514154 owner_id:
@@ -15803,11 +15802,6 @@ components:
1580315802 nullable: true
1580415803 description: The contacts phone.
1580515804 example: "+1123456789"
15806- formatted_phone:
15807- type: string
15808- nullable: true
15809- description: The contacts phone number normalized to the E164 format
15810- example: "+1123456789"
1581115805 name:
1581215806 type: string
1581315807 nullable: true
0 commit comments