Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14290,6 +14290,7 @@ components:
- team_assignment_limit_change
- trusted_domains_setting_change
- unassign_unsnoozed_at_capacity_setting_change
- unassign_unsnoozed_when_away_setting_change
- upfront_email_collection_change
- allowed_attachment_filetypes_setting_change
- attach_uploads_inline_setting_change
Expand Down
6 changes: 6 additions & 0 deletions descriptions/2.15/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14847,6 +14847,7 @@ components:
- team_assignment_limit_change
- trusted_domains_setting_change
- unassign_unsnoozed_at_capacity_setting_change
- unassign_unsnoozed_when_away_setting_change
- upfront_email_collection_change
- allowed_attachment_filetypes_setting_change
- attach_uploads_inline_setting_change
Expand Down Expand Up @@ -14968,6 +14969,11 @@ components:
nullable: true
description: Indicates if the setting is enabled or disabled.
example: true
mode:
type: string
nullable: true
description: The mode of the setting (e.g., when_away_only, when_away_and_reassign).
example: when_away_only
consent_id:
type: integer
nullable: true
Expand Down
Loading