From fa2af40fd43615e69d5bc665648abe129e7c2b3a Mon Sep 17 00:00:00 2001 From: ellicenelson Date: Wed, 25 Feb 2026 14:23:11 +0000 Subject: [PATCH] docs: Document contact_company_limit_exceeded 400 error --- descriptions/0/api.intercom.io.yaml | 7 +++++++ descriptions/2.10/api.intercom.io.yaml | 7 +++++++ descriptions/2.11/api.intercom.io.yaml | 7 +++++++ descriptions/2.12/api.intercom.io.yaml | 7 +++++++ descriptions/2.13/api.intercom.io.yaml | 7 +++++++ descriptions/2.14/api.intercom.io.yaml | 7 +++++++ descriptions/2.15/api.intercom.io.yaml | 7 +++++++ descriptions/2.7/api.intercom.io.yaml | 7 +++++++ descriptions/2.8/api.intercom.io.yaml | 7 +++++++ descriptions/2.9/api.intercom.io.yaml | 7 +++++++ 10 files changed, 70 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index bb6c0205..8d08f5bf 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -3678,6 +3678,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 3c488d74..6aefd5ac 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -2106,6 +2106,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 05eae87e..1e39ea10 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -2162,6 +2162,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index be6312a3..ce7531f8 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -2688,6 +2688,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 2f195079..aa562209 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -3101,6 +3101,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index b155a973..13d7cd55 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -3560,6 +3560,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 909f18a2..967b0fbb 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -3631,6 +3631,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index e75210c9..f9036d10 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -2325,6 +2325,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index a0be8c1b..4ef49165 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -2325,6 +2325,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404': diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index f6b68f90..92a7f16e 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -2325,6 +2325,13 @@ paths: errors: - code: parameter_not_found message: company not specified + Contact Company Limit Exceeded: + value: + type: error.list + request_id: 9a3d0816-9707-4598-977e-c009ba630148 + errors: + - code: contact_company_limit_exceeded + message: Contact has reached the maximum of 1000 company associations schema: "$ref": "#/components/schemas/error" '404':