# UpdateAvatarResponseBody avatar updated ## Example Usage ```typescript import { UpdateAvatarResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: UpdateAvatarResponseBody = { success: "OK", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `success` | *string* | :heavy_check_mark: | N/A | OK |