mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
1.7 KiB
1.7 KiB
UpdateEmailRequest
Example Usage
import { UpdateEmailRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateEmailRequest = {
username: "Giles64",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
requestBody |
operations.UpdateEmailRequestBody | ➖ | N/A |
username |
string | ✔️ | N/A |