diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 1ad876c..f90b489 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -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: @@ -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