Commit 5bcaa8a
Add language_override field to Contacts API in Unstable version (#343)
Add support for the language_override field in the Contacts API
for both create and update endpoints in the Unstable version.
Changes:
- Add language_override to create_contact_request schema
- Add language_override to update_contact_request schema
- Update language_override description in contact response schema
The language_override field:
- Is a preferred language setting for contacts
- Used by Intercom for Fin and Messenger language
- Supports ISO 639-1 two-letter language codes
- Invalid codes are set to null
- Available only in Unstable API version
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 620abe1 commit 5bcaa8a
1 file changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16994 | 16994 | | |
16995 | 16995 | | |
16996 | 16996 | | |
16997 | | - | |
16998 | | - | |
| 16997 | + | |
| 16998 | + | |
| 16999 | + | |
| 17000 | + | |
16999 | 17001 | | |
17000 | 17002 | | |
17001 | 17003 | | |
| |||
18559 | 18561 | | |
18560 | 18562 | | |
18561 | 18563 | | |
| 18564 | + | |
| 18565 | + | |
| 18566 | + | |
| 18567 | + | |
| 18568 | + | |
| 18569 | + | |
| 18570 | + | |
| 18571 | + | |
18562 | 18572 | | |
18563 | 18573 | | |
18564 | 18574 | | |
| |||
23014 | 23024 | | |
23015 | 23025 | | |
23016 | 23026 | | |
| 23027 | + | |
| 23028 | + | |
| 23029 | + | |
| 23030 | + | |
| 23031 | + | |
| 23032 | + | |
| 23033 | + | |
| 23034 | + | |
23017 | 23035 | | |
23018 | 23036 | | |
23019 | 23037 | | |
| |||
0 commit comments