Files
discoursejs/docs/sdk/models/operations/updatebadgerequestbody.md

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.