Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14090,6 +14090,7 @@ components:
- app_timezone_change
- app_webhook_creation
- app_webhook_deletion
- automatic_away_mode_setting_change
- articles_in_messenger_enabled_change
- bulk_delete
- bulk_export
Expand Down Expand Up @@ -14233,6 +14234,14 @@ components:
nullable: true
description: Indicates if the setting is enabled or disabled.
example: true
before:
type: object
nullable: true
description: The state of settings or values before the change. Structure varies by activity type.
after:
type: object
nullable: true
description: The state of settings or values after the change. Structure varies by activity type.
addressable_list:
title: Addressable List
type: object
Expand Down
Loading