Skip to content

Commit 29421b4

Browse files
Added company_id to update conversation endpoint (#278)
1 parent 787b711 commit 29421b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15846,6 +15846,11 @@ components:
1584615846
description: The id of the team assigned to the conversation. If it's not
1584715847
assigned to a team it will return null.
1584815848
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
1584915854
tags:
1585015855
"$ref": "#/components/schemas/tags"
1585115856
conversation_rating:
@@ -20712,6 +20717,11 @@ components:
2071220717
example: Conversation Title
2071320718
custom_attributes:
2071420719
"$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
2071520725
update_data_attribute_request:
2071620726
description: ''
2071720727
type: object

0 commit comments

Comments
 (0)