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
6 changes: 2 additions & 4 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18049,8 +18049,6 @@ components:
required:
- type
- external_id
- name
- email
properties:
type:
type: string
Expand All @@ -18061,11 +18059,11 @@ components:
description: External identifier for the contact. Intercom will take care of the mapping of your external_id with our internal ones so you don't have to worry about it.
name:
type: string
description: Name of the contact.
description: Name of the contact. Required for user type.
email:
type: string
format: email
description: Email address of the contact.
description: Email address of the contact. Required for user type.
custom_channel_notification_response:
type: object
required:
Expand Down