From bb366d08c9df2b6ca528e10753832a46bdd8e18e Mon Sep 17 00:00:00 2001 From: junaid-zaidi-intercom Date: Thu, 17 Jul 2025 14:24:17 +0100 Subject: [PATCH] Added company_id to update conversation endpoint --- descriptions/0/api.intercom.io.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 1ad876c..f90b489 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -15846,6 +15846,11 @@ components: description: The id of the team assigned to the conversation. If it's not assigned to a team it will return null. example: '5017691' + company_id: + type: string + description: The ID of the company that the conversation is associated with. + The unique identifier for the company which is given by Intercom. + example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -20712,6 +20717,11 @@ components: example: Conversation Title custom_attributes: "$ref": "#/components/schemas/custom_attributes" + company_id: + type: string + description: The ID of the company that the conversation is associated with. + The unique identifier for the company which is given by Intercom. Set to nil to remove company. + example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632 update_data_attribute_request: description: '' type: object