Skip to content

Commit 7736711

Browse files
committed
Remove company_id from conversation response schema
The company_id field is not returned by the API in conversation responses, so it should not be in the conversation schema. Note: company_id in update_conversation_request schema is preserved as it is correctly used in PUT request bodies.
1 parent e6c3b62 commit 7736711

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17951,11 +17951,6 @@ components:
1795117951
description: The id of the team assigned to the conversation. If it's not
1795217952
assigned to a team it will return null.
1795317953
example: '5017691'
17954-
company_id:
17955-
type: string
17956-
description: The ID of the company that the conversation is associated with.
17957-
The unique identifier for the company which is given by Intercom.
17958-
example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
1795917954
company:
1796017955
"$ref": "#/components/schemas/company"
1796117956
nullable: true

descriptions/2.14/api.intercom.io.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16725,11 +16725,6 @@ components:
1672516725
description: The id of the team assigned to the conversation. If it's not
1672616726
assigned to a team it will return null.
1672716727
example: '5017691'
16728-
company_id:
16729-
type: string
16730-
description: The ID of the company that the conversation is associated with.
16731-
The unique identifier for the company which is given by Intercom.
16732-
example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
1673316728
tags:
1673416729
"$ref": "#/components/schemas/tags"
1673516730
conversation_rating:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17381,11 +17381,6 @@ components:
1738117381
description: The id of the team assigned to the conversation. If it's not
1738217382
assigned to a team it will return null.
1738317383
example: '5017691'
17384-
company_id:
17385-
type: string
17386-
description: The ID of the company that the conversation is associated with.
17387-
The unique identifier for the company which is given by Intercom.
17388-
example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
1738917384
company:
1739017385
"$ref": "#/components/schemas/company"
1739117386
nullable: true

0 commit comments

Comments
 (0)