Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 39 additions & 43 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading
Loading