---
title: "Store the text when the user corrects via the AI button"
method: PUT
path: "/Ai/reports/entryCorrection"
tags: ["Ai"]
---

# Store the text when the user corrects via the AI button

`PUT /Ai/reports/entryCorrection`

**Requires permission:** *StaffMember*

Records the original + corrected report-entry text (RPT_EntriesBeforeAi).

## Request body

- PutReportEntryAiCheckRequest
  - `reportEntryId` integer, nullable
  - `originalText` string, nullable
  - `correctedText` string, nullable

## Response `204`

Success - No Content

## Other responses

- `400` — An Error Occurred - Could not store report entry text
- `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)
