From 423ae20b8c6f9cbdffcf7c177d572973f77cfb43 Mon Sep 17 00:00:00 2001 From: DJ Kennedy Date: Thu, 13 Nov 2025 10:21:33 +0000 Subject: [PATCH 1/2] Add unassign_unsnoozed_at_capacity_setting_change to activty log event types --- descriptions/2.14/api.intercom.io.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 3a1750c..b72f586 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -14121,6 +14121,7 @@ components: - security_settings_change - team_assignment_limit_change - temporary_expectation_change + - unassign_unsnoozed_at_capacity_setting_change - upfront_email_collection_change - welcome_message_change example: app_name_change From e22d18afdf021ce1362a5b1b3889758b58bd076b Mon Sep 17 00:00:00 2001 From: DJ Kennedy Date: Thu, 13 Nov 2025 16:48:28 +0000 Subject: [PATCH 2/2] Add metadata section --- descriptions/2.14/api.intercom.io.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index b72f586..f32cc4c 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -14228,6 +14228,11 @@ components: nullable: true description: The team assignment limit value (null if limit was removed). example: 50 + enabled: + type: boolean + nullable: true + description: Indicates if the setting is enabled or disabled. + example: true addressable_list: title: Addressable List type: object