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
22 changes: 20 additions & 2 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16994,8 +16994,10 @@ components:
language_override:
type: string
nullable: true
description: A preferred language setting for the contact, used by the Intercom
Messenger even if their browser settings change.
description: A preferred language setting for the contact, used by Intercom
as the language of Fin and the Messenger even if their browser has a different
setting. Supports ISO 639-1 two-letter language codes. If an unsupported
code is supplied, the field will be set to null.
example: en
browser:
type: string
Expand Down Expand Up @@ -18559,6 +18561,14 @@ components:
nullable: true
description: Whether the contact is unsubscribed from emails
example: true
language_override:
type: string
nullable: true
description: A preferred language setting for the contact, used by Intercom
as the language of Fin and the Messenger even if their browser has a different
setting. Supports ISO 639-1 two-letter language codes. If an unsupported
code is supplied, the field will be set to null.
example: en
custom_attributes:
type: object
nullable: true
Expand Down Expand Up @@ -23014,6 +23024,14 @@ components:
nullable: true
description: Whether the contact is unsubscribed from emails
example: true
language_override:
type: string
nullable: true
description: A preferred language setting for the contact, used by Intercom
as the language of Fin and the Messenger even if their browser has a different
setting. Supports ISO 639-1 two-letter language codes. If an unsupported
code is supplied, the field will be set to null.
example: en
custom_attributes:
type: object
nullable: true
Expand Down