File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
fern/docs/pages/plug-sdk/web Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ curl --location 'https://api.devrev.ai/auth-tokens.create' \
60
60
61
61
| Attributes | Description | Type | Required | Unique |
62
62
| ---------------| -----------------------------------------------------------------------------| --------| ----------| --------|
63
- | 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 | ❌* | ❌ |
66
- | phone_numbers | The customer's mobile number, which must adhere to the E.164 format. | array | ❌ | ❌ |
63
+ | ` 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 | ❌* | ❌ |
66
+ | ` phone_numbers ` | The customer's mobile number, which must adhere to the E.164 format. | array | ❌ | ❌ |
67
67
68
68
* If nothing is specified, a system-generated name is assigned to the user.
69
69
You can’t perform that action at this time.
0 commit comments