From 924846b38c0d4202426ea7a79422668f992ee325 Mon Sep 17 00:00:00 2001 From: Rahul D'Souza Date: Fri, 24 Apr 2026 11:47:32 +0100 Subject: [PATCH] Fix fin_reply_chunk status in 2.14 and 2.15 specs The SSE streamer has always sent "status": "replying" in every fin_reply_chunk event across all API versions. Update 2.14 and 2.15 specs to match the actual behavior and the Preview spec. Co-Authored-By: Claude Opus 4.6 (1M context) --- descriptions/2.14/api.intercom.io.yaml | 6 +++--- descriptions/2.15/api.intercom.io.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index fa4cb164..de3948c4 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -20069,9 +20069,9 @@ components: status: type: string enum: - - awaiting_user_reply - description: Fin's current status (always 'awaiting_user_reply' for this event). - example: awaiting_user_reply + - replying + description: Fin's current status (always 'replying' for this event). + example: replying created_at_ms: type: string format: date-time diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index dfb05d6f..d220068d 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -20897,9 +20897,9 @@ components: status: type: string enum: - - awaiting_user_reply - description: Fin's current status (always 'awaiting_user_reply' for this event). - example: awaiting_user_reply + - replying + description: Fin's current status (always 'replying' for this event). + example: replying created_at_ms: type: string format: date-time