---
title: "Add or edit a report setup note"
method: PUT
path: "/reports/notes"
tags: ["Reports"]
---

# Add or edit a report setup note

`PUT /reports/notes`

**Requires permission:** *ReportAdmins*

Upserts a report-setup note, stamping the current user's name and the update time (port of the legacy Update with User.ClaimValue("Name")).

## Request body

- PutReportSetupNoteRequest
  - `id` integer
  - `note` string, nullable
  - `reportName` string, nullable
  - `dateUpdated` string, date-time
  - `updatedBy` string, nullable

## Response `204`

Success - Note saved

## Other responses

- `400` — An Error Occurred - Could not update
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
