File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15846,6 +15846,11 @@ components:
15846
15846
description: The id of the team assigned to the conversation. If it's not
15847
15847
assigned to a team it will return null.
15848
15848
example: '5017691'
15849
+ company_id:
15850
+ type: string
15851
+ description: The ID of the company that the conversation is associated with.
15852
+ The unique identifier for the company which is given by Intercom.
15853
+ example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
15849
15854
tags:
15850
15855
"$ref": "#/components/schemas/tags"
15851
15856
conversation_rating:
@@ -20712,6 +20717,11 @@ components:
20712
20717
example: Conversation Title
20713
20718
custom_attributes:
20714
20719
"$ref": "#/components/schemas/custom_attributes"
20720
+ company_id:
20721
+ type: string
20722
+ description: The ID of the company that the conversation is associated with.
20723
+ The unique identifier for the company which is given by Intercom. Set to nil to remove company.
20724
+ example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
20715
20725
update_data_attribute_request:
20716
20726
description: ''
20717
20727
type: object
You can’t perform that action at this time.
0 commit comments