From ec66931f2133aac678385c135076bbd1a0ca2d01 Mon Sep 17 00:00:00 2001 From: DJ Kennedy Date: Wed, 20 May 2026 18:15:34 +0100 Subject: [PATCH] Remove activity_description from Preview admin_activity_log_event schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit APIs are read by machines — translation belongs in the UI, not in API responses. Drop the localised activity_description property (and its inline example values) from the Preview slice of the activity_log schema. Numbered version slices (2.7 - 2.15) are unchanged and continue to return activity_description. Tracked under intercom/intercom#512356 (parent intercom/intercom#512347). Monolith PR ships in parallel. --- descriptions/0/api.intercom.io.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index d224568..a869b57 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -237,8 +237,6 @@ paths: after: after created_at: 1734537253 activity_type: app_name_change - activity_description: Ciaran5 Lee changed your app name from - before to after. - id: f48c653b-0185-48ac-a276-23d11006bafb performed_by: type: admin @@ -253,9 +251,6 @@ paths: after: Eventual message title created_at: 1734537253 activity_type: message_state_change - activity_description: Ciaran5 Lee changed your Initial message - title message from Initial message title to Eventual message - title. schema: "$ref": "#/components/schemas/activity_log_list" '401': @@ -368,8 +363,6 @@ paths: after: after created_at: 1734537253 activity_type: app_name_change - activity_description: Ciaran5 Lee changed your app name - from before to after. schema: "$ref": "#/components/schemas/activity_log_list" '401': @@ -18945,10 +18938,6 @@ components: - upfront_email_collection_change - welcome_message_change example: app_name_change - activity_description: - type: string - description: A sentence or two describing the activity. - example: Admin updated the app's name to "My App". activity_log_event_type_list: title: Activity Log Event Types type: object