Skip to content

Commit fd59a3a

Browse files
VarshSureshclaude
andcommitted
Update conversation assignee_id fields from null to 0
Removes nullable: true from conversation schemas, updates descriptions from "return null" to "return 0", and sets a subset of response examples to 0 so developers see both assigned and unassigned states. Applied across all versions (2.7-2.15 + Preview). Ticket schemas are untouched. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2906bde commit fd59a3a

10 files changed

Lines changed: 90 additions & 130 deletions

descriptions/0/api.intercom.io.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7575,7 +7575,7 @@ paths:
75757575
id: 6762f1261bb69f9f2193bba7
75767576
external_id: '70'
75777577
first_contact_reply:
7578-
admin_assignee_id: 991267715
7578+
admin_assignee_id: 0
75797579
team_assignee_id: 5017691
75807580
open: false
75817581
state: closed
@@ -8006,7 +8006,7 @@ paths:
80068006
external_id: '70'
80078007
first_contact_reply:
80088008
admin_assignee_id: 991267715
8009-
team_assignee_id: 5017691
8009+
team_assignee_id: 0
80108010
open: false
80118011
state: closed
80128012
read: true
@@ -8452,7 +8452,7 @@ paths:
84528452
id: 6762f14a1bb69f9f2193bbb3
84538453
external_id: '70'
84548454
first_contact_reply:
8455-
admin_assignee_id: 991267715
8455+
admin_assignee_id: 0
84568456
team_assignee_id: 5017691
84578457
open: false
84588458
state: closed
@@ -8556,7 +8556,7 @@ paths:
85568556
type: conversation
85578557
url:
85588558
admin_assignee_id: 991267715
8559-
team_assignee_id: 5017691
8559+
team_assignee_id: 0
85608560
open: true
85618561
state: open
85628562
read: false
@@ -9079,7 +9079,7 @@ paths:
90799079
id: 6762f1711bb69f9f2193bbc3
90809080
external_id: '70'
90819081
first_contact_reply:
9082-
admin_assignee_id: 991267715
9082+
admin_assignee_id: 0
90839083
team_assignee_id: 5017691
90849084
open: true
90859085
state: snoozed
@@ -21402,15 +21402,13 @@ components:
2140221402
example: priority
2140321403
admin_assignee_id:
2140421404
type: integer
21405-
nullable: true
2140621405
description: The id of the admin assigned to the conversation. If it's not
21407-
assigned to an admin it will return null.
21406+
assigned to an admin it will return 0.
2140821407
example: 0
2140921408
team_assignee_id:
2141021409
type: integer
21411-
nullable: true
2141221410
description: The id of the team assigned to the conversation. If it's not
21413-
assigned to a team it will return null.
21411+
assigned to a team it will return 0.
2141421412
example: 5017691
2141521413
company:
2141621414
"$ref": "#/components/schemas/company"
@@ -21523,15 +21521,13 @@ components:
2152321521
example: priority
2152421522
admin_assignee_id:
2152521523
type: integer
21526-
nullable: true
2152721524
description: The id of the admin assigned to the conversation. If it's not
21528-
assigned to an admin it will return null.
21525+
assigned to an admin it will return 0.
2152921526
example: 0
2153021527
team_assignee_id:
2153121528
type: integer
21532-
nullable: true
2153321529
description: The id of the team assigned to the conversation. If it's not
21534-
assigned to a team it will return null.
21530+
assigned to a team it will return 0.
2153521531
example: 5017691
2153621532
company:
2153721533
"$ref": "#/components/schemas/company"

descriptions/2.10/api.intercom.io.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4675,7 +4675,7 @@ paths:
46754675
id: 6657ac966abd0166b52ae26e
46764676
external_id: '70'
46774677
first_contact_reply:
4678-
admin_assignee_id: 991267715
4678+
admin_assignee_id: 0
46794679
team_assignee_id: 5017691
46804680
open: false
46814681
state: closed
@@ -4945,7 +4945,7 @@ paths:
49454945
external_id: '70'
49464946
first_contact_reply:
49474947
admin_assignee_id: 991267715
4948-
team_assignee_id: 5017691
4948+
team_assignee_id: 0
49494949
open: false
49504950
state: closed
49514951
read: false
@@ -5129,7 +5129,7 @@ paths:
51295129
id: 6657acab6abd0166b52ae27e
51305130
external_id: '70'
51315131
first_contact_reply:
5132-
admin_assignee_id: 991267715
5132+
admin_assignee_id: 0
51335133
team_assignee_id: 5017691
51345134
open: false
51355135
state: closed
@@ -5482,7 +5482,7 @@ paths:
54825482
external_id: '70'
54835483
first_contact_reply:
54845484
admin_assignee_id: 991267715
5485-
team_assignee_id: 5017691
5485+
team_assignee_id: 0
54865486
open: true
54875487
state: snoozed
54885488
read: false
@@ -5621,7 +5621,7 @@ paths:
56215621
id: 6657acc16abd0166b52ae28e
56225622
external_id: '70'
56235623
first_contact_reply:
5624-
admin_assignee_id: 991268010
5624+
admin_assignee_id: 0
56255625
team_assignee_id: 5017691
56265626
open: true
56275627
state: open
@@ -13002,15 +13002,13 @@ components:
1300213002
example: priority
1300313003
admin_assignee_id:
1300413004
type: integer
13005-
nullable: true
1300613005
description: The id of the admin assigned to the conversation. If it's not
13007-
assigned to an admin it will return null.
13006+
assigned to an admin it will return 0.
1300813007
example: 0
1300913008
team_assignee_id:
1301013009
type: integer
13011-
nullable: true
1301213010
description: The id of the team assigned to the conversation. If it's not
13013-
assigned to a team it will return null.
13011+
assigned to a team it will return 0.
1301413012
example: 5017691
1301513013
tags:
1301613014
"$ref": "#/components/schemas/tags"
@@ -13103,15 +13101,13 @@ components:
1310313101
example: priority
1310413102
admin_assignee_id:
1310513103
type: integer
13106-
nullable: true
1310713104
description: The id of the admin assigned to the conversation. If it's not
13108-
assigned to an admin it will return null.
13105+
assigned to an admin it will return 0.
1310913106
example: 0
1311013107
team_assignee_id:
1311113108
type: integer
13112-
nullable: true
1311313109
description: The id of the team assigned to the conversation. If it's not
13114-
assigned to a team it will return null.
13110+
assigned to a team it will return 0.
1311513111
example: 5017691
1311613112
tags:
1311713113
"$ref": "#/components/schemas/tags"

descriptions/2.11/api.intercom.io.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4640,7 +4640,7 @@ paths:
46404640
id: 667d60d88a68186f43bafde1
46414641
external_id: '70'
46424642
first_contact_reply:
4643-
admin_assignee_id: 991267715
4643+
admin_assignee_id: 0
46444644
team_assignee_id: 5017691
46454645
open: false
46464646
state: closed
@@ -4780,7 +4780,7 @@ paths:
47804780
external_id: '70'
47814781
first_contact_reply:
47824782
admin_assignee_id: 991267715
4783-
team_assignee_id: 5017691
4783+
team_assignee_id: 0
47844784
open: false
47854785
state: closed
47864786
read: true
@@ -5322,7 +5322,7 @@ paths:
53225322
created_at: 1719492856
53235323
type: conversation
53245324
url:
5325-
admin_assignee_id: 991267715
5325+
admin_assignee_id: 0
53265326
team_assignee_id: 5017691
53275327
open: true
53285328
state: open
@@ -5653,7 +5653,7 @@ paths:
56535653
external_id: '74'
56545654
first_contact_reply:
56555655
admin_assignee_id: 991267715
5656-
team_assignee_id: 5017691
5656+
team_assignee_id: 0
56575657
open: true
56585658
state: open
56595659
read: true
@@ -5918,7 +5918,7 @@ paths:
59185918
id: 667d61108a68186f43bafe09
59195919
external_id: '70'
59205920
first_contact_reply:
5921-
admin_assignee_id: 991267715
5921+
admin_assignee_id: 0
59225922
team_assignee_id: 5017691
59235923
open: false
59245924
state: closed
@@ -13724,15 +13724,13 @@ components:
1372413724
example: priority
1372513725
admin_assignee_id:
1372613726
type: integer
13727-
nullable: true
1372813727
description: The id of the admin assigned to the conversation. If it's not
13729-
assigned to an admin it will return null.
13728+
assigned to an admin it will return 0.
1373013729
example: 0
1373113730
team_assignee_id:
1373213731
type: integer
13733-
nullable: true
1373413732
description: The id of the team assigned to the conversation. If it's not
13735-
assigned to a team it will return null.
13733+
assigned to a team it will return 0.
1373613734
example: 5017691
1373713735
tags:
1373813736
"$ref": "#/components/schemas/tags"
@@ -13854,15 +13852,13 @@ components:
1385413852
example: priority
1385513853
admin_assignee_id:
1385613854
type: integer
13857-
nullable: true
1385813855
description: The id of the admin assigned to the conversation. If it's not
13859-
assigned to an admin it will return null.
13856+
assigned to an admin it will return 0.
1386013857
example: 0
1386113858
team_assignee_id:
1386213859
type: integer
13863-
nullable: true
1386413860
description: The id of the team assigned to the conversation. If it's not
13865-
assigned to a team it will return null.
13861+
assigned to a team it will return 0.
1386613862
example: 5017691
1386713863
tags:
1386813864
"$ref": "#/components/schemas/tags"

descriptions/2.12/api.intercom.io.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5155,7 +5155,7 @@ paths:
51555155
id: 677c55916abd011ad17ff514
51565156
external_id: '70'
51575157
first_contact_reply:
5158-
admin_assignee_id: 991267715
5158+
admin_assignee_id: 0
51595159
team_assignee_id: 5017691
51605160
open: false
51615161
state: closed
@@ -5295,7 +5295,7 @@ paths:
52955295
external_id: '70'
52965296
first_contact_reply:
52975297
admin_assignee_id: 991267715
5298-
team_assignee_id: 5017691
5298+
team_assignee_id: 0
52995299
open: false
53005300
state: closed
53015301
read: true
@@ -5881,7 +5881,7 @@ paths:
58815881
created_at: 1736201667
58825882
type: conversation
58835883
url:
5884-
admin_assignee_id: 991267715
5884+
admin_assignee_id: 0
58855885
team_assignee_id: 5017691
58865886
open: true
58875887
state: open
@@ -6209,7 +6209,7 @@ paths:
62096209
external_id: '74'
62106210
first_contact_reply:
62116211
admin_assignee_id: 991267715
6212-
team_assignee_id: 5017691
6212+
team_assignee_id: 0
62136213
open: true
62146214
state: open
62156215
read: true
@@ -6703,7 +6703,7 @@ paths:
67036703
created_at: 1736201783
67046704
type: conversation
67056705
url:
6706-
admin_assignee_id: 991267715
6706+
admin_assignee_id: 0
67076707
team_assignee_id: 5017691
67086708
open: true
67096709
state: open
@@ -14045,15 +14045,13 @@ components:
1404514045
example: priority
1404614046
admin_assignee_id:
1404714047
type: integer
14048-
nullable: true
1404914048
description: The id of the admin assigned to the conversation. If it's not
14050-
assigned to an admin it will return null.
14049+
assigned to an admin it will return 0.
1405114050
example: 0
1405214051
team_assignee_id:
1405314052
type: integer
14054-
nullable: true
1405514053
description: The id of the team assigned to the conversation. If it's not
14056-
assigned to a team it will return null.
14054+
assigned to a team it will return 0.
1405714055
example: 5017691
1405814056
tags:
1405914057
"$ref": "#/components/schemas/tags"
@@ -14153,15 +14151,13 @@ components:
1415314151
example: priority
1415414152
admin_assignee_id:
1415514153
type: integer
14156-
nullable: true
1415714154
description: The id of the admin assigned to the conversation. If it's not
14158-
assigned to an admin it will return null.
14155+
assigned to an admin it will return 0.
1415914156
example: 0
1416014157
team_assignee_id:
1416114158
type: integer
14162-
nullable: true
1416314159
description: The id of the team assigned to the conversation. If it's not
14164-
assigned to a team it will return null.
14160+
assigned to a team it will return 0.
1416514161
example: 5017691
1416614162
tags:
1416714163
"$ref": "#/components/schemas/tags"

descriptions/2.13/api.intercom.io.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5826,8 +5826,8 @@ paths:
58265826
id: 6762f1261bb69f9f2193bba7
58275827
external_id: '70'
58285828
first_contact_reply:
5829-
admin_assignee_id: 991267715
5830-
team_assignee_id: 5017691
5829+
admin_assignee_id: 0
5830+
team_assignee_id: 0
58315831
open: false
58325832
state: closed
58335833
read: false
@@ -6505,7 +6505,7 @@ paths:
65056505
external_id: '70'
65066506
first_contact_reply:
65076507
admin_assignee_id: 991267715
6508-
team_assignee_id: 5017691
6508+
team_assignee_id: 0
65096509
open: false
65106510
state: closed
65116511
read: false
@@ -7035,7 +7035,7 @@ paths:
70357035
id: 6762f16e1bb69f9f2193bbc2
70367036
external_id: '70'
70377037
first_contact_reply:
7038-
admin_assignee_id: 991267715
7038+
admin_assignee_id: 0
70397039
team_assignee_id: 5017691
70407040
open: false
70417041
state: closed
@@ -7690,7 +7690,7 @@ paths:
76907690
created_at: 1734537722
76917691
type: conversation
76927692
url:
7693-
admin_assignee_id: 991267715
7693+
admin_assignee_id: 0
76947694
team_assignee_id: 5017691
76957695
open: true
76967696
state: open
@@ -15411,15 +15411,13 @@ components:
1541115411
example: priority
1541215412
admin_assignee_id:
1541315413
type: integer
15414-
nullable: true
1541515414
description: The id of the admin assigned to the conversation. If it's not
15416-
assigned to an admin it will return null.
15415+
assigned to an admin it will return 0.
1541715416
example: 0
1541815417
team_assignee_id:
1541915418
type: integer
15420-
nullable: true
1542115419
description: The id of the team assigned to the conversation. If it's not
15422-
assigned to a team it will return null.
15420+
assigned to a team it will return 0.
1542315421
example: 5017691
1542415422
tags:
1542515423
"$ref": "#/components/schemas/tags"
@@ -15519,15 +15517,13 @@ components:
1551915517
example: priority
1552015518
admin_assignee_id:
1552115519
type: integer
15522-
nullable: true
1552315520
description: The id of the admin assigned to the conversation. If it's not
15524-
assigned to an admin it will return null.
15521+
assigned to an admin it will return 0.
1552515522
example: 0
1552615523
team_assignee_id:
1552715524
type: integer
15528-
nullable: true
1552915525
description: The id of the team assigned to the conversation. If it's not
15530-
assigned to a team it will return null.
15526+
assigned to a team it will return 0.
1553115527
example: 5017691
1553215528
tags:
1553315529
"$ref": "#/components/schemas/tags"

0 commit comments

Comments
 (0)