Skip to content

Commit 5b40e3c

Browse files
authored
Fix fin_reply_chunk status in 2.14 and 2.15 specs (#477)
1 parent fffe17b commit 5b40e3c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

descriptions/2.14/api.intercom.io.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20069,9 +20069,9 @@ components:
2006920069
status:
2007020070
type: string
2007120071
enum:
20072-
- awaiting_user_reply
20073-
description: Fin's current status (always 'awaiting_user_reply' for this event).
20074-
example: awaiting_user_reply
20072+
- replying
20073+
description: Fin's current status (always 'replying' for this event).
20074+
example: replying
2007520075
created_at_ms:
2007620076
type: string
2007720077
format: date-time

descriptions/2.15/api.intercom.io.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20897,9 +20897,9 @@ components:
2089720897
status:
2089820898
type: string
2089920899
enum:
20900-
- awaiting_user_reply
20901-
description: Fin's current status (always 'awaiting_user_reply' for this event).
20902-
example: awaiting_user_reply
20900+
- replying
20901+
description: Fin's current status (always 'replying' for this event).
20902+
example: replying
2090320903
created_at_ms:
2090420904
type: string
2090520905
format: date-time

0 commit comments

Comments
 (0)