Skip to content

docs: Document contact_company_limit_exceeded 400 error#384

Merged
ellicenelson merged 1 commit intomainfrom
ellicenelson/add-400-to-company-contact-association
Feb 25, 2026
Merged

docs: Document contact_company_limit_exceeded 400 error#384
ellicenelson merged 1 commit intomainfrom
ellicenelson/add-400-to-company-contact-association

Conversation

@ellicenelson
Copy link
Contributor

@ellicenelson ellicenelson commented Feb 25, 2026

Why?

API consumers need to know that POST /contacts/{id}/companies now enforces the 1000 company association limit with a 400 error, where it previously returned 200 and silently dropped the association. This breaking change could cause errors in integrations that weren't handling this case.

How?

Added the contact_company_limit_exceeded 400 error example to the attach-contact-to-company endpoint across all OpenAPI spec versions (Unstable through 2.7).

Companion PR: https://github.com/intercom/developer-docs/pull/746

Implemented at: 473819
From: 433417

Generated with Claude Code

@ellicenelson ellicenelson merged commit 66fb630 into main Feb 25, 2026
3 checks passed
@ellicenelson ellicenelson deleted the ellicenelson/add-400-to-company-contact-association branch February 25, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants