From e6787755a848a1dea8e4aef99a529e9f71ab7496 Mon Sep 17 00:00:00 2001 From: Mark Dennis Date: Thu, 26 Mar 2026 10:40:40 +0000 Subject: [PATCH] fix: Remove company field from conversation schema in v2.15 spec The company field on conversations is only available in the Unstable API version. It was incorrectly included in the v2.15 spec. Co-Authored-By: Claude Opus 4.6 (1M context) --- descriptions/2.15/api.intercom.io.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 0ce4819..b3932cc 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -17472,10 +17472,6 @@ 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: - "$ref": "#/components/schemas/company" - nullable: true - description: The company associated with the conversation. tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -17586,10 +17582,6 @@ 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: - "$ref": "#/components/schemas/company" - nullable: true - description: The company associated with the conversation. tags: "$ref": "#/components/schemas/tags" conversation_rating: