mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
19 lines
1.6 KiB
Markdown
19 lines
1.6 KiB
Markdown
# UpdateAvatarRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateAvatarRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateAvatarRequestBody = {
|
|
type: "system",
|
|
uploadId: 209750,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
|
|
| `type` | [operations.UpdateAvatarType](../../../sdk/models/operations/updateavatartype.md) | :heavy_check_mark: | N/A |
|
|
| `uploadId` | *number* | :heavy_check_mark: | N/A | |