Skip to content

Commit dd57037

Browse files
authored
Remove company_id from conversation response schema (#390)
1 parent 8554bd7 commit dd57037

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18416,11 +18416,6 @@ components:
1841618416
description: The id of the team assigned to the conversation. If it's not
1841718417
assigned to a team it will return null.
1841818418
example: '5017691'
18419-
company_id:
18420-
type: string
18421-
description: The ID of the company that the conversation is associated with.
18422-
The unique identifier for the company which is given by Intercom.
18423-
example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
1842418419
company:
1842518420
"$ref": "#/components/schemas/company"
1842618421
nullable: true

descriptions/2.14/api.intercom.io.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16750,11 +16750,6 @@ components:
1675016750
description: The id of the team assigned to the conversation. If it's not
1675116751
assigned to a team it will return null.
1675216752
example: '5017691'
16753-
company_id:
16754-
type: string
16755-
description: The ID of the company that the conversation is associated with.
16756-
The unique identifier for the company which is given by Intercom.
16757-
example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
1675816753
tags:
1675916754
"$ref": "#/components/schemas/tags"
1676016755
conversation_rating:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17420,11 +17420,6 @@ components:
1742017420
description: The id of the team assigned to the conversation. If it's not
1742117421
assigned to a team it will return null.
1742217422
example: '5017691'
17423-
company_id:
17424-
type: string
17425-
description: The ID of the company that the conversation is associated with.
17426-
The unique identifier for the company which is given by Intercom.
17427-
example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632
1742817423
company:
1742917424
"$ref": "#/components/schemas/company"
1743017425
nullable: true

0 commit comments

Comments
 (0)