Skip to content

Commit d6ded9e

Browse files
Fix attribute table formatting
1 parent 54cc711 commit d6ded9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/docs/pages/sdks/web/user-identity.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ curl --location 'https://api.devrev.ai/auth-tokens.create' \
6161
| Attributes | Description | Type | Required | Unique |
6262
|---------------|-----------------------------------------------------------------------------|--------|----------|--------|
6363
| `user_ref` | A unique user reference that the DevRev app uses for identifying your users. This parameter is required. | string |||
64-
| `email` | The email address of the customer. It's used for sending email notifications of any support messages. | string ||** |
65-
| `display_name` | The name of the user that's shown on the widget. | string |* ||
64+
| `email`** | The email address of the customer. It's used for sending email notifications of any support messages. | string |||
65+
| `display_name`* | The name of the user that's shown on the widget. | string |||
6666
| `phone_numbers` | The customer's mobile number, which must adhere to the E.164 format. | array |||
6767

6868
* If nothing is specified, a system-generated name is assigned to the user.

0 commit comments

Comments
 (0)