Skip to content

Commit cd95e48

Browse files
fixed response table
1 parent cf110c4 commit cd95e48

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/endpoints/post-identity-map.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ The integration environment and the production environment require different <Li
5656
You must include one or more of the following four parameters as key-value pairs in the JSON body of the request when encrypting it.
5757
:::
5858

59-
| Body Parameter | Data Type | Attribute | Description |
60-
|:---------------|:----------------------------|:----------| :--- |
61-
| `email` | string array | Optional* | The list of email addresses to be mapped. |
62-
| `email_hash` | string array | Optional* | The list of [Base64-encoded SHA-256](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding) hashes of [normalized](../getting-started/gs-normalization-encoding.md#email-address-normalization) email addresses to be mapped. |
63-
| `phone` | string array | Optional* | The list of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
64-
| `phone_hash` | string array | Optional* | The list of [Base64-encoded SHA-256](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding) hashes of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
65-
<b>* At least one of these fields must be provided</b>
59+
| Body Parameter | Data Type | Attribute | Description |
60+
|:---------------|:----------------------------|:-----------------------| :--- |
61+
| `email` | string array | Conditionally Required | The list of email addresses to be mapped. |
62+
| `email_hash` | string array | Conditionally Required | The list of [Base64-encoded SHA-256](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding) hashes of [normalized](../getting-started/gs-normalization-encoding.md#email-address-normalization) email addresses to be mapped. |
63+
| `phone` | string array | Conditionally Required | The list of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
64+
| `phone_hash` | string array | Conditionally Required | The list of [Base64-encoded SHA-256](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding) hashes of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
65+
6666

6767
### Request Examples
6868

@@ -141,12 +141,12 @@ Identifiers that cannot be mapped to an advertising ID are mapped to an error ob
141141

142142
### Response Body Properties
143143

144-
| Body Parameter | Data Type | Attribute | Description |
145-
|:---------------|:----------------------------|:-----------------------|:------------------------------------------------------------------------------------------------|
146-
| `email` | array of mapped DII objects | Conditionally Required | The list of mapped DII objects corresponding to the list of emails in the request. |
147-
| `email_hash` | array of mapped DII objects | Conditionally Required | The list of mapped DII objects corresponding to the list of email hashes in the request. |
148-
| `phone` | array of mapped DII objects | Conditionally Required | The list of mapped DII objects corresponding to the list of phone numbers in the request. |
149-
| `phone_hash` | array of mapped DII objects | Conditionally Required | The list of mapped DII objects corresponding to the list of phone number hashes in the request. |
144+
| Body Parameter | Data Type | Description |
145+
|:---------------|:----------------------------|:------------------------------------------------------------------------------------------------|
146+
| `email` | array of mapped DII objects | The list of mapped DII objects corresponding to the list of emails in the request. |
147+
| `email_hash` | array of mapped DII objects | The list of mapped DII objects corresponding to the list of email hashes in the request. |
148+
| `phone` | array of mapped DII objects | The list of mapped DII objects corresponding to the list of phone numbers in the request. |
149+
| `phone_hash` | array of mapped DII objects | The list of mapped DII objects corresponding to the list of phone number hashes in the request. |
150150

151151

152152
For successfully mapped DII, the mapped object includes the properties shown in the following table.

0 commit comments

Comments
 (0)