mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
15 lines
927 B
Markdown
15 lines
927 B
Markdown
# MarkNotificationsAsReadRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { MarkNotificationsAsReadRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: MarkNotificationsAsReadRequestBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
|
|
| `id` | *number* | :heavy_minus_sign: | (optional) Leave off to mark all notifications as read | |