Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down