---
title: "Update a report's top/bottom HTML"
method: PUT
path: "/reports/info"
tags: ["Reports"]
---

# Update a report's top/bottom HTML

`PUT /reports/info`

**Requires permission:** *ReportAdmins*

Updates the report text that appears at the top and bottom of a report for parents and students (port of RPT_INFO_UpdateForReport: upsert keyed on ReportId).

## Request body

- UpdateInfoForReportRequest
  - `reportId` integer, nullable
  - `htmlTop` string, nullable
  - `htmlBottom` string, nullable

## Response `204`

Success - Updated report info

## Other responses

- `400` — An Error Occurred - Could not update report info
- `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)
