From 469ae3a14856c5d6d58ab7d79bdb8fc70a17f6ff Mon Sep 17 00:00:00 2001 From: dq Date: Mon, 31 Aug 2026 11:09:24 +0100 Subject: [PATCH] Clarify company_id validation on update_ticket_request Document that the Update Ticket endpoint requires company_id to reference a company associated with one of the ticket's contacts, otherwise it fails with a parameter_invalid error. Co-Authored-By: Claude Fable 5 --- descriptions/0/api.intercom.io.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 4c351ba..36bb1c0 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -41292,7 +41292,10 @@ components: company_id: type: string description: The ID of the company that the ticket is associated with. The - unique identifier for the company which is given by Intercom. Set to nil to remove company. + unique identifier for the company which is given by Intercom. The company + must be associated with one of the contacts on the ticket, otherwise the + request will fail with a `parameter_invalid` error. Set to nil to remove + company. example: 5f4d3c1c-7b1b-4d7d-a97e-6095715c6632 open: type: boolean