From dfabbf20435c8aff44cbc663ba2552be8a74fcd8 Mon Sep 17 00:00:00 2001 From: Thibault Candebat Date: Wed, 4 Mar 2026 16:49:54 +0000 Subject: [PATCH 1/2] Add content redaction rule event types to OpenAPI spec Co-Authored-By: Claude Opus 4.6 --- descriptions/2.14/api.intercom.io.yaml | 3 +++ descriptions/2.15/api.intercom.io.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index c5dd7e3..cc78917 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -14246,6 +14246,9 @@ components: - conversation_topic_change - conversation_topic_creation - conversation_topic_deletion + - content_redaction_rule_creation + - content_redaction_rule_deletion + - content_redaction_rule_update - custom_authentication_token_creation - help_center_settings_change - inbound_conversations_change diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index a5e0405..da72a9f 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -14760,6 +14760,9 @@ components: - conversation_topic_change - conversation_topic_creation - conversation_topic_deletion + - content_redaction_rule_creation + - content_redaction_rule_deletion + - content_redaction_rule_update - csv_import_completion - csv_import_creation - custom_authentication_token_creation From fd555a2e917125b5bef94831ef2ab7dbcbaa398d Mon Sep 17 00:00:00 2001 From: Thibault Candebat Date: Wed, 4 Mar 2026 17:35:36 +0000 Subject: [PATCH 2/2] fix: only update 2.15 for content redaction rule TAL events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert 2.14 change — new event types should only be added to the latest API spec version (2.15). Co-Authored-By: Claude Opus 4.6 --- descriptions/2.14/api.intercom.io.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index cc78917..c5dd7e3 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -14246,9 +14246,6 @@ components: - conversation_topic_change - conversation_topic_creation - conversation_topic_deletion - - content_redaction_rule_creation - - content_redaction_rule_deletion - - content_redaction_rule_update - custom_authentication_token_creation - help_center_settings_change - inbound_conversations_change