mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
1.8 KiB
1.8 KiB
UpdateAvatarRequest
Example Usage
import { UpdateAvatarRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateAvatarRequest = {
username: "Mason57",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
requestBody |
operations.UpdateAvatarRequestBody | ➖ | N/A |
username |
string | ✔️ | N/A |