Skip to content

Commit 57e6a87

Browse files
dan0505claude
andcommitted
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

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20271,11 +20271,11 @@ components:
2027120271
description: The contacts name.
2027220272
example: John Doe
2027320273
owner_id:
20274-
type: integer
20274+
type: string
2027520275
nullable: true
2027620276
description: The id of an admin that has been assigned account ownership
2027720277
of the contact.
20278-
example: 123
20278+
example: '123'
2027920279
has_hard_bounced:
2028020280
type: boolean
2028120281
description: Whether the contact has had an email sent to them hard bounce.

0 commit comments

Comments
 (0)