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