Skip to content

Commit 7571842

Browse files
committed
Using js null instead of Java Null in JSON api docs
1 parent 20a8d39 commit 7571842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/endpoints/post-identity-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For successfully mapped DII, the mapped object includes the properties shown in
174174
| Property | Data Type | Description |
175175
|:---------|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------|
176176
| `u` | string | The raw UID2 corresponding to the email or phone number provided in the request. |
177-
| `p` | string | One of the following:<ul><li>If the current raw UID2 has been rotated in the last 90 days: the previous value.</li><li>If the current raw UID2 is older than 90 days: `Null`.</li></ul> |
177+
| `p` | string | One of the following:<ul><li>If the current raw UID2 has been rotated in the last 90 days: the previous value.</li><li>If the current raw UID2 is older than 90 days: `null`.</li></ul> |
178178
| `r` | number | The Unix timestamp (in milliseconds) that indicates when the raw UID2 might be refreshed. The raw UID2 is guaranteed to be valid until this timestamp. |
179179

180180
For unsuccessfully mapped input values, the mapped object includes the properties shown in the following table.

i18n/ja/docusaurus-plugin-content-docs/current/endpoints/post-identity-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ For successfully mapped DII, the mapped object includes the properties shown in
178178
| Property | Data Type | Description |
179179
|:---------|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------|
180180
| `u` | string | The raw UID2 corresponding to the email or phone number provided in the request. |
181-
| `p` | string | One of the following:<ul><li>If the current raw UID2 has been rotated in the last 90 days: the previous value.</li><li>If the current raw UID2 is older than 90 days: `Null`.</li></ul> |
181+
| `p` | string | One of the following:<ul><li>If the current raw UID2 has been rotated in the last 90 days: the previous value.</li><li>If the current raw UID2 is older than 90 days: `null`.</li></ul> |
182182
| `r` | number | The Unix timestamp (in milliseconds) that indicates when the raw UID2 might be refreshed. The raw UID2 is guaranteed to be valid until this timestamp. |
183183

184184
For unsuccessfully mapped input values, the mapped object includes the properties shown in the following table.

0 commit comments

Comments
 (0)