Skip to content

Commit 63e2f3f

Browse files
committed
Change field name to deleted_at instead of updated_at
1 parent 7e708e1 commit 63e2f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8616,11 +8616,11 @@ paths:
86168616
- type: conversation
86178617
id: '512'
86188618
metrics_retained: false
8619-
updated_at: 1734537460
8619+
deleted_at: 1734537460
86208620
- type: conversation
86218621
id: '513'
86228622
metrics_retained: true
8623-
updated_at: 1734537400
8623+
deleted_at: 1734537400
86248624
schema:
86258625
"$ref": "#/components/schemas/deleted_conversation_list"
86268626
'401':
@@ -18619,7 +18619,7 @@ components:
1861918619
type: boolean
1862018620
description: Whether reporting metrics are retained for this conversation ID
1862118621
example: true
18622-
updated_at:
18622+
deleted_at:
1862318623
type: integer
1862418624
format: date-time
1862518625
description: The time when the conversation was deleted.

0 commit comments

Comments
 (0)