From ba98f88f3128226d64dc95981a9812ef7a14dcb7 Mon Sep 17 00:00:00 2001 From: Varshini Suresh Date: Wed, 15 Apr 2026 17:47:44 +0100 Subject: [PATCH] Fix conversation model assignee ID types to match API responses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated team_assignee_id to integer type, removed nullable: true, changed descriptions from "return null" to "return 0", fixed search table types from String to Integer, and added alternating integer/zero example values in response examples — all scoped to the conversation model across every version (2.7 through Preview). Ticket model is intentionally unchanged. Co-Authored-By: Claude Opus 4.6 --- descriptions/0/api.intercom.io.yaml | 82 ++++++++++++-------------- descriptions/2.10/api.intercom.io.yaml | 74 +++++++++++------------ descriptions/2.11/api.intercom.io.yaml | 74 +++++++++++------------ descriptions/2.12/api.intercom.io.yaml | 74 +++++++++++------------ descriptions/2.13/api.intercom.io.yaml | 78 ++++++++++++------------ descriptions/2.14/api.intercom.io.yaml | 78 ++++++++++++------------ descriptions/2.15/api.intercom.io.yaml | 78 ++++++++++++------------ descriptions/2.7/api.intercom.io.yaml | 74 +++++++++++------------ descriptions/2.8/api.intercom.io.yaml | 74 +++++++++++------------ descriptions/2.9/api.intercom.io.yaml | 74 +++++++++++------------ 10 files changed, 360 insertions(+), 400 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 52e7d9a..b63e836 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -6958,8 +6958,8 @@ paths: id: 6762f0f31bb69f9f2193bb8b external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -7200,8 +7200,8 @@ paths: id: 6762f1261bb69f9f2193bba7 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -7377,8 +7377,8 @@ paths: id: 6762f1261bb69f9f2193bba7 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -7630,8 +7630,8 @@ paths: id: 6762f1301bb69f9f2193bbab external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: true @@ -7728,8 +7728,8 @@ paths: id: 6762f1341bb69f9f2193bbac external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -7976,8 +7976,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -8077,8 +8077,8 @@ paths: id: 6762f14a1bb69f9f2193bbb3 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -8180,8 +8180,8 @@ paths: created_at: 1734537561 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: false @@ -8257,8 +8257,8 @@ paths: id: 6762f15b1bb69f9f2193bbbc external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -8346,8 +8346,8 @@ paths: id: 6762f15e1bb69f9f2193bbbd external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -8426,8 +8426,8 @@ paths: created_at: 1734537572 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: false @@ -8627,8 +8627,8 @@ paths: id: 6762f16e1bb69f9f2193bbc2 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -8704,8 +8704,8 @@ paths: id: 6762f1711bb69f9f2193bbc3 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: snoozed read: false @@ -8781,8 +8781,8 @@ paths: id: 6762f1781bb69f9f2193bbc8 external_id: '74' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: true @@ -8859,7 +8859,7 @@ paths: external_id: '70' first_contact_reply: admin_assignee_id: 991267715 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -9567,8 +9567,8 @@ paths: created_at: 1734537722 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -20992,16 +20992,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 company: "$ref": "#/components/schemas/company" nullable: true @@ -21106,16 +21104,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 company: "$ref": "#/components/schemas/company" nullable: true diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index cd15438..e761af9 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -4294,8 +4294,8 @@ paths: id: 6657ac736abd0166b52ae24e external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991268010 + team_assignee_id: 0 open: false state: closed read: false @@ -4518,8 +4518,8 @@ paths: id: 6657ac916abd0166b52ae26a external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -4654,8 +4654,8 @@ paths: id: 6657ac966abd0166b52ae26e external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991268010 + team_assignee_id: 0 open: false state: closed read: true @@ -4822,8 +4822,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -4923,8 +4923,8 @@ paths: id: 6657aca16abd0166b52ae275 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5022,8 +5022,8 @@ paths: created_at: 1717021866 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991268010 + team_assignee_id: 0 open: true state: open read: false @@ -5108,8 +5108,8 @@ paths: id: 6657acab6abd0166b52ae27e external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5193,8 +5193,8 @@ paths: created_at: 1717021872 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991268010 + team_assignee_id: 0 open: true state: open read: false @@ -5390,8 +5390,8 @@ paths: id: 6657acb66abd0166b52ae284 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5460,8 +5460,8 @@ paths: id: 6657acb86abd0166b52ae285 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991268010 + team_assignee_id: 0 open: true state: snoozed read: false @@ -5530,8 +5530,8 @@ paths: id: 6657acbb6abd0166b52ae28a external_id: '74' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -5601,7 +5601,7 @@ paths: external_id: '70' first_contact_reply: admin_assignee_id: 991268010 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -5790,8 +5790,8 @@ paths: id: 6657acc76abd0166b52ae292 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991268010 + team_assignee_id: 0 open: false state: closed read: false @@ -6169,8 +6169,8 @@ paths: created_at: 1717021953 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -12981,16 +12981,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -13082,16 +13080,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 55c32a1..8d6a887 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -4392,8 +4392,8 @@ paths: id: 667d60bb8a68186f43bafdc5 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267615 + team_assignee_id: 0 open: false state: closed read: false @@ -4619,8 +4619,8 @@ paths: id: 667d60d88a68186f43bafde1 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -4758,8 +4758,8 @@ paths: id: 667d60e08a68186f43bafde5 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267615 + team_assignee_id: 0 open: false state: closed read: true @@ -4937,8 +4937,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -5038,8 +5038,8 @@ paths: id: 667d60ea8a68186f43bafdec external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5140,8 +5140,8 @@ paths: created_at: 1719492850 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267615 + team_assignee_id: 0 open: true state: open read: false @@ -5213,8 +5213,8 @@ paths: id: 667d60f38a68186f43bafdf5 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5301,8 +5301,8 @@ paths: created_at: 1719492856 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267615 + team_assignee_id: 0 open: true state: open read: false @@ -5485,8 +5485,8 @@ paths: id: 667d60fd8a68186f43bafdfb external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5558,8 +5558,8 @@ paths: id: 667d60ff8a68186f43bafdfc external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267615 + team_assignee_id: 0 open: true state: snoozed read: false @@ -5631,8 +5631,8 @@ paths: id: 667d61038a68186f43bafe01 external_id: '74' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -5705,7 +5705,7 @@ paths: external_id: '70' first_contact_reply: admin_assignee_id: 991267615 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -5897,8 +5897,8 @@ paths: id: 667d61108a68186f43bafe09 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267615 + team_assignee_id: 0 open: false state: closed read: false @@ -6279,8 +6279,8 @@ paths: created_at: 1719492939 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -13703,16 +13703,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -13833,16 +13831,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 9cbb4b2..810ca59 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -4908,8 +4908,8 @@ paths: id: 677c55676abd011ad17ff4f8 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266468 + team_assignee_id: 0 open: false state: closed read: false @@ -5134,8 +5134,8 @@ paths: id: 677c55916abd011ad17ff514 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5273,8 +5273,8 @@ paths: id: 677c559a6abd011ad17ff518 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266468 + team_assignee_id: 0 open: false state: closed read: true @@ -5361,8 +5361,8 @@ paths: id: 677c559d6abd011ad17ff519 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5499,8 +5499,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -5600,8 +5600,8 @@ paths: id: 677c55ae6abd011ad17ff520 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266468 + team_assignee_id: 0 open: false state: closed read: false @@ -5701,8 +5701,8 @@ paths: created_at: 1736201658 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: false @@ -5773,8 +5773,8 @@ paths: id: 677c55bc6abd011ad17ff529 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266468 + team_assignee_id: 0 open: false state: closed read: false @@ -5860,8 +5860,8 @@ paths: created_at: 1736201667 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: false @@ -6043,8 +6043,8 @@ paths: id: 677c55cb6abd011ad17ff52f external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266468 + team_assignee_id: 0 open: false state: closed read: false @@ -6115,8 +6115,8 @@ paths: id: 677c55ce6abd011ad17ff530 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: snoozed read: false @@ -6187,8 +6187,8 @@ paths: id: 677c55d56abd011ad17ff535 external_id: '74' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266468 + team_assignee_id: 0 open: true state: open read: true @@ -6260,7 +6260,7 @@ paths: external_id: '70' first_contact_reply: admin_assignee_id: 991266468 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -6682,8 +6682,8 @@ paths: created_at: 1736201783 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -14024,16 +14024,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -14132,16 +14130,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 4098149..e1e8c2c 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -5579,8 +5579,8 @@ paths: id: 677c55676abd011ad17ff4f8 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -5805,8 +5805,8 @@ paths: id: 6762f1261bb69f9f2193bba7 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -6057,8 +6057,8 @@ paths: id: 6762f1301bb69f9f2193bbab external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: true @@ -6154,8 +6154,8 @@ paths: id: 6762f1341bb69f9f2193bbac external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -6382,8 +6382,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -6483,8 +6483,8 @@ paths: id: 677c55ae6abd011ad17ff520 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -6584,8 +6584,8 @@ paths: created_at: 1734537561 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: false @@ -6660,8 +6660,8 @@ paths: id: 6762f15b1bb69f9f2193bbbc external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -6748,8 +6748,8 @@ paths: id: 6762f15e1bb69f9f2193bbbd external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -6827,8 +6827,8 @@ paths: created_at: 1734537572 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: false @@ -7014,8 +7014,8 @@ paths: id: 6762f16e1bb69f9f2193bbc2 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -7090,8 +7090,8 @@ paths: id: 6762f1711bb69f9f2193bbc3 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: snoozed read: false @@ -7166,8 +7166,8 @@ paths: id: 6762f1781bb69f9f2193bbc8 external_id: '74' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -7243,7 +7243,7 @@ paths: external_id: '70' first_contact_reply: admin_assignee_id: 991267715 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -7669,8 +7669,8 @@ paths: created_at: 1734537722 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: true @@ -15390,16 +15390,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -15498,16 +15496,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 4fcceea..922748f 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -6038,8 +6038,8 @@ paths: id: 6762f0f31bb69f9f2193bb8b external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -6272,8 +6272,8 @@ paths: id: 6762f1261bb69f9f2193bba7 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -6524,8 +6524,8 @@ paths: id: 6762f1301bb69f9f2193bbab external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: true @@ -6621,8 +6621,8 @@ paths: id: 6762f1341bb69f9f2193bbac external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -6849,8 +6849,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -6950,8 +6950,8 @@ paths: id: 6762f14a1bb69f9f2193bbb3 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -7052,8 +7052,8 @@ paths: created_at: 1734537561 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: false @@ -7128,8 +7128,8 @@ paths: id: 6762f15b1bb69f9f2193bbbc external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -7216,8 +7216,8 @@ paths: id: 6762f15e1bb69f9f2193bbbd external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -7295,8 +7295,8 @@ paths: created_at: 1734537572 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: false @@ -7495,8 +7495,8 @@ paths: id: 6762f16e1bb69f9f2193bbc2 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -7571,8 +7571,8 @@ paths: id: 6762f1711bb69f9f2193bbc3 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: snoozed read: false @@ -7647,8 +7647,8 @@ paths: id: 6762f1781bb69f9f2193bbc8 external_id: '74' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -7724,7 +7724,7 @@ paths: external_id: '70' first_contact_reply: admin_assignee_id: 991267715 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -8150,8 +8150,8 @@ paths: created_at: 1734537722 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: true @@ -16770,16 +16770,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -16880,16 +16878,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index b49a8ec..556f609 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -6109,8 +6109,8 @@ paths: id: 6762f0f31bb69f9f2193bb8b external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -6343,8 +6343,8 @@ paths: id: 6762f1261bb69f9f2193bba7 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -6595,8 +6595,8 @@ paths: id: 6762f1301bb69f9f2193bbab external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: true @@ -6692,8 +6692,8 @@ paths: id: 6762f1341bb69f9f2193bbac external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -6920,8 +6920,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -7021,8 +7021,8 @@ paths: id: 6762f14a1bb69f9f2193bbb3 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -7123,8 +7123,8 @@ paths: created_at: 1734537561 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: false @@ -7199,8 +7199,8 @@ paths: id: 6762f15b1bb69f9f2193bbbc external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: false state: closed read: false @@ -7287,8 +7287,8 @@ paths: id: 6762f15e1bb69f9f2193bbbd external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -7366,8 +7366,8 @@ paths: created_at: 1734537572 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: false @@ -7566,8 +7566,8 @@ paths: id: 6762f16e1bb69f9f2193bbc2 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -7642,8 +7642,8 @@ paths: id: 6762f1711bb69f9f2193bbc3 external_id: '70' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: snoozed read: false @@ -7718,8 +7718,8 @@ paths: id: 6762f1781bb69f9f2193bbc8 external_id: '74' first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -7795,7 +7795,7 @@ paths: external_id: '70' first_contact_reply: admin_assignee_id: 991267715 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -8221,8 +8221,8 @@ paths: created_at: 1734537722 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267715 + team_assignee_id: 0 open: true state: open read: true @@ -17486,16 +17486,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 company: "$ref": "#/components/schemas/company" nullable: true @@ -17600,16 +17598,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 company: "$ref": "#/components/schemas/company" nullable: true diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index de7c263..a1dbcf9 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -4509,8 +4509,8 @@ paths: - type: contact id: 6657a8436abd0160d35d1eaa first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266448 + team_assignee_id: 0 open: false state: closed read: false @@ -4726,8 +4726,8 @@ paths: - type: contact id: 6657a8606abd0160d35d1ec6 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -4855,8 +4855,8 @@ paths: - type: contact id: 6657a8676abd0160d35d1eca first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266448 + team_assignee_id: 0 open: false state: closed read: true @@ -5017,8 +5017,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -5117,8 +5117,8 @@ paths: - type: contact id: 6657a8716abd0160d35d1ed1 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5209,8 +5209,8 @@ paths: created_at: 1717020794 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266448 + team_assignee_id: 0 open: true state: open read: false @@ -5288,8 +5288,8 @@ paths: - type: contact id: 6657a87b6abd0160d35d1eda first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5366,8 +5366,8 @@ paths: created_at: 1717020800 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266448 + team_assignee_id: 0 open: true state: open read: false @@ -5556,8 +5556,8 @@ paths: - type: contact id: 6657a8866abd0160d35d1ee0 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5619,8 +5619,8 @@ paths: - type: contact id: 6657a8876abd0160d35d1ee1 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266448 + team_assignee_id: 0 open: true state: snoozed read: false @@ -5682,8 +5682,8 @@ paths: - type: contact id: 6657a88c6abd0160d35d1ee6 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -5746,7 +5746,7 @@ paths: id: 6657a8916abd0160d35d1eea first_contact_reply: admin_assignee_id: 991266448 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -5928,8 +5928,8 @@ paths: - type: contact id: 6657a8976abd0160d35d1eee first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266448 + team_assignee_id: 0 open: false state: closed read: false @@ -6300,8 +6300,8 @@ paths: created_at: 1717020881 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -11086,16 +11086,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -11185,16 +11183,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 1ece758..2784e27 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -4509,8 +4509,8 @@ paths: - type: contact id: 6657a99e6abd01639cc9e9ab first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266962 + team_assignee_id: 0 open: false state: closed read: false @@ -4726,8 +4726,8 @@ paths: - type: contact id: 6657a9bb6abd01639cc9e9c7 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -4855,8 +4855,8 @@ paths: - type: contact id: 6657a9c16abd01639cc9e9cb first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266962 + team_assignee_id: 0 open: false state: closed read: true @@ -5017,8 +5017,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -5117,8 +5117,8 @@ paths: - type: contact id: 6657a9cc6abd01639cc9e9d2 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5209,8 +5209,8 @@ paths: created_at: 1717021140 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266962 + team_assignee_id: 0 open: true state: open read: false @@ -5288,8 +5288,8 @@ paths: - type: contact id: 6657a9d66abd01639cc9e9db first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5366,8 +5366,8 @@ paths: created_at: 1717021146 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266962 + team_assignee_id: 0 open: true state: open read: false @@ -5556,8 +5556,8 @@ paths: - type: contact id: 6657a9df6abd01639cc9e9e1 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5619,8 +5619,8 @@ paths: - type: contact id: 6657a9e16abd01639cc9e9e2 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266962 + team_assignee_id: 0 open: true state: snoozed read: false @@ -5682,8 +5682,8 @@ paths: - type: contact id: 6657a9e46abd01639cc9e9e7 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -5746,7 +5746,7 @@ paths: id: 6657a9eb6abd01639cc9e9eb first_contact_reply: admin_assignee_id: 991266962 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -5928,8 +5928,8 @@ paths: - type: contact id: 6657a9f16abd01639cc9e9ef first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991266962 + team_assignee_id: 0 open: false state: closed read: false @@ -6300,8 +6300,8 @@ paths: created_at: 1717021225 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -11110,16 +11110,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -11209,16 +11207,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index 64a41f2..fc1e1d2 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -4509,8 +4509,8 @@ paths: - type: contact id: 6657aafb6abd0164c24b0d35 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267476 + team_assignee_id: 0 open: false state: closed read: false @@ -4727,8 +4727,8 @@ paths: - type: contact id: 6657ab176abd0164c24b0d51 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -4857,8 +4857,8 @@ paths: - type: contact id: 6657ab1d6abd0164c24b0d55 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267476 + team_assignee_id: 0 open: false state: closed read: true @@ -5020,8 +5020,8 @@ paths: | source.url | String | | contact_ids | String | | teammate_ids | String | - | admin_assignee_id | String | - | team_assignee_id | String | + | admin_assignee_id | Integer | + | team_assignee_id | Integer | | channel_initiated | String | | open | Boolean | | read | Boolean | @@ -5120,8 +5120,8 @@ paths: - type: contact id: 6657ab286abd0164c24b0d5c first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5213,8 +5213,8 @@ paths: created_at: 1717021488 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267476 + team_assignee_id: 0 open: true state: open read: false @@ -5293,8 +5293,8 @@ paths: - type: contact id: 6657ab326abd0164c24b0d65 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5372,8 +5372,8 @@ paths: created_at: 1717021494 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267476 + team_assignee_id: 0 open: true state: open read: false @@ -5563,8 +5563,8 @@ paths: - type: contact id: 6657ab3c6abd0164c24b0d6b first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: false state: closed read: false @@ -5627,8 +5627,8 @@ paths: - type: contact id: 6657ab3e6abd0164c24b0d6c first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267476 + team_assignee_id: 0 open: true state: snoozed read: false @@ -5691,8 +5691,8 @@ paths: - type: contact id: 6657ab426abd0164c24b0d71 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -5756,7 +5756,7 @@ paths: id: 6657ab496abd0164c24b0d75 first_contact_reply: admin_assignee_id: 991267476 - team_assignee_id: + team_assignee_id: 0 open: true state: open read: false @@ -5939,8 +5939,8 @@ paths: - type: contact id: 6657ab4f6abd0164c24b0d79 first_contact_reply: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 991267476 + team_assignee_id: 0 open: false state: closed read: false @@ -6312,8 +6312,8 @@ paths: created_at: 1717021580 type: conversation url: - admin_assignee_id: - team_assignee_id: + admin_assignee_id: 0 + team_assignee_id: 5017691 open: true state: open read: true @@ -12290,16 +12290,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: @@ -12389,16 +12387,14 @@ components: example: priority admin_assignee_id: type: integer - nullable: true description: The id of the admin assigned to the conversation. If it's not - assigned to an admin it will return null. + assigned to an admin it will return 0. example: 0 team_assignee_id: - type: string - nullable: true + type: integer description: The id of the team assigned to the conversation. If it's not - assigned to a team it will return null. - example: '5017691' + assigned to a team it will return 0. + example: 5017691 tags: "$ref": "#/components/schemas/tags" conversation_rating: