mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
1.6 KiB
1.6 KiB
UpdateAvatarRequestBody
Example Usage
import { UpdateAvatarRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateAvatarRequestBody = {
type: "system",
uploadId: 209750,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type |
operations.UpdateAvatarType | ✔️ | N/A |
uploadId |
number | ✔️ | N/A |