> ## Documentation Index
> Fetch the complete documentation index at: https://docs.macro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MarkNotificationsDone

> Mark one or more notifications as done or not done for the current user. Use this when the user has completed the action associated with a notification.

# MarkNotificationsDone

Mark one or more notifications as done or not done for the current user. Use this when the user has completed the action associated with a notification.

## Parameters

| Parameter         | Type      | Required | Description                                         |
| ----------------- | --------- | -------- | --------------------------------------------------- |
| `notificationIds` | string\[] | Yes      | The IDs of the notifications to update.             |
| `done`            | boolean   | Yes      | Whether to mark as done (true) or not done (false). |
