Skip to content

Commit e678775

Browse files
markdennis22claude
andcommitted
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) <noreply@anthropic.com>
1 parent 0bb613c commit e678775

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

descriptions/2.15/api.intercom.io.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17472,10 +17472,6 @@ components:
1747217472
description: The id of the team assigned to the conversation. If it's not
1747317473
assigned to a team it will return null.
1747417474
example: '5017691'
17475-
company:
17476-
"$ref": "#/components/schemas/company"
17477-
nullable: true
17478-
description: The company associated with the conversation.
1747917475
tags:
1748017476
"$ref": "#/components/schemas/tags"
1748117477
conversation_rating:
@@ -17586,10 +17582,6 @@ components:
1758617582
description: The id of the team assigned to the conversation. If it's not
1758717583
assigned to a team it will return null.
1758817584
example: '5017691'
17589-
company:
17590-
"$ref": "#/components/schemas/company"
17591-
nullable: true
17592-
description: The company associated with the conversation.
1759317585
tags:
1759417586
"$ref": "#/components/schemas/tags"
1759517587
conversation_rating:

0 commit comments

Comments
 (0)