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