# 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 |