---
title: "PUT /api/row_comments/{table_id}/{row_id}/notification-mode/"
method: PUT
path: "/api/row_comments/{table_id}/{row_id}/notification-mode/"
tags: ["Database table rows"]
---

# PUT /api/row_comments/{table_id}/{row_id}/notification-mode/

`PUT /api/row_comments/{table_id}/{row_id}/notification-mode/`

Updates the user's notification preferences for comments made on a specified table row.

This is a **premium** feature.

## Path parameters

- `row_id` integer, required
- `table_id` integer, required

## Query parameters

- `view` integer

## Request body

- RowCommentsNotificationMode
  - `mode` 'all' | 'mentions', required — * `all` - all * `mentions` - mentions

## Response `204`

No response body

## Other responses

- `400`
- `404`

---

[API](https://skmtc.dev/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.dev/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/f3396317d932/schema)
