Skip to content

Commit 852182a

Browse files
committed
Change field name to deleted_at instead of updated_at
1 parent 22153e2 commit 852182a

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
@@ -8615,11 +8615,11 @@ paths:
86158615
- type: conversation
86168616
id: '512'
86178617
metrics_retained: false
8618-
updated_at: 1734537460
8618+
deleted_at: 1734537460
86198619
- type: conversation
86208620
id: '513'
86218621
metrics_retained: true
8622-
updated_at: 1734537400
8622+
deleted_at: 1734537400
86238623
schema:
86248624
"$ref": "#/components/schemas/deleted_conversation_list"
86258625
'401':
@@ -18623,7 +18623,7 @@ components:
1862318623
type: boolean
1862418624
description: Whether reporting metrics are retained for this conversation ID
1862518625
example: true
18626-
updated_at:
18626+
deleted_at:
1862718627
type: integer
1862818628
format: date-time
1862918629
description: The time when the conversation was deleted.

0 commit comments

Comments
 (0)