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
26 changes: 26 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8189,6 +8189,21 @@ paths:
nullable: true
description: If the user has enabled push messaging.
example: true
'400':
description: Bad Request
content:
application/json:
examples:
Not a duplicate:
value:
type: error.list
errors:
- code: invalid_merge
message: Contacts can only be merged when they are duplicates
(matching email or phone). Pass skip_duplicate_validation=true
to override this check.
schema:
"$ref": "#/components/schemas/error"
'401':
description: Unauthorized
content:
Expand All @@ -8214,6 +8229,12 @@ paths:
value:
from: 6762f0d51bb69f9f2193bb7f
into: 6762f0d51bb69f9f2193bb80
skip duplicate validation:
summary: skip duplicate validation
value:
from: 6762f0d51bb69f9f2193bb7f
into: 6762f0d51bb69f9f2193bb80
skip_duplicate_validation: true
"/contacts/search":
post:
summary: Search contacts
Expand Down Expand Up @@ -34253,6 +34274,11 @@ components:
description: The unique identifier for the contact to merge into. Must be
a user.
example: 5ba682d23d7cf92bef87bfd4
skip_duplicate_validation:
type: boolean
description: Set to `true` to merge two contacts that are not duplicates
(they share no matching email or phone).
example: true
merge_conversations_request:
title: Merge Conversations Request
type: object
Expand Down