mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
17 lines
499 B
Markdown
17 lines
499 B
Markdown
# UpdateEmailRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateEmailRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateEmailRequestBody = {
|
|
email: "Maureen_Lind94@gmail.com",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `email` | *string* | :heavy_check_mark: | N/A | |