mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
18 lines
1.7 KiB
Markdown
18 lines
1.7 KiB
Markdown
# UpdateEmailRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateEmailRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateEmailRequest = {
|
|
username: "Giles64",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `requestBody` | [operations.UpdateEmailRequestBody](../../../sdk/models/operations/updateemailrequestbody.md) | :heavy_minus_sign: | N/A |
|
|
| `username` | *string* | :heavy_check_mark: | N/A | |