@@ -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"
0 commit comments