Skip to content

Clarify company_id validation on update_ticket_request - #650

Merged
dan0505 merged 1 commit into
mainfrom
dq/ticket-company-id-docs
Sep 1, 2026
Merged

Clarify company_id validation on update_ticket_request#650
dan0505 merged 1 commit into
mainfrom
dq/ticket-company-id-docs

Conversation

@dan0505

@dan0505 dan0505 commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Why?

The Update Ticket endpoint rejects a company_id with a parameter_invalid error unless the company is already associated with one of the contacts on the ticket. The existing description didn't mention this, so callers could hit the error without knowing why.

How?

Extends the company_id field description on the update_ticket_request schema (Preview spec) to state this requirement.

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@dan0505
dan0505 merged commit 081633b into main Sep 1, 2026
3 checks passed
@dan0505
dan0505 deleted the dq/ticket-company-id-docs branch September 1, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants