mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
1.3 KiB
1.3 KiB
UpdateBadgeRequestBody
Example Usage
import { UpdateBadgeRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateBadgeRequestBody = {
badgeTypeId: 128926,
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
badgeTypeId |
number | ✔️ | The ID for the badge type. 1 for Gold, 2 for Silver, 3 for Bronze. |
name |
string | ✔️ | The name for the new badge. |