Commit 57e6a87
Convert Contact.owner_id to string in unstable API version
Aligns Contact.owner_id field with Admin.id type (both now strings in Unstable version).
Existing public versions (2.11-2.15) maintain integer type via versioning transformations.
Updates Preview spec (descriptions/0/api.intercom.io.yaml):
- Change Contact schema owner_id from type: integer to type: string
- Update example from 123 to '123'
This matches PR intercom/intercom#499855.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 5b40e3c commit 57e6a87
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20271 | 20271 | | |
20272 | 20272 | | |
20273 | 20273 | | |
20274 | | - | |
| 20274 | + | |
20275 | 20275 | | |
20276 | 20276 | | |
20277 | 20277 | | |
20278 | | - | |
| 20278 | + | |
20279 | 20279 | | |
20280 | 20280 | | |
20281 | 20281 | | |
| |||
0 commit comments