mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
18 lines
1.7 KiB
Markdown
18 lines
1.7 KiB
Markdown
# UpdateBadgeRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateBadgeRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateBadgeRequest = {
|
|
id: 750686,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `requestBody` | [operations.UpdateBadgeRequestBody](../../../sdk/models/operations/updatebadgerequestbody.md) | :heavy_minus_sign: | N/A |
|
|
| `id` | *number* | :heavy_check_mark: | N/A | |