---
title: "Reports an issue with a rapid."
method: POST
path: "/rapid/{rapidId}/report"
tags: ["UserRapid"]
---

# Reports an issue with a rapid.

`POST /rapid/{rapidId}/report`

## Path parameters

- `rapidId` string, required

## Request body

- ReportRapidEndpointInput
  - `issue` 'Other' | 'CannotSubmit' | 'NoAsset' | 'Inappropriate' | 'NoCorrectOption' | 'WrongLanguage' | 'DoNotUnderstand' | 'DoNotCare' | 'NotSeeOptionsOrMediaDidntLoad' | 'MyAnswerIsCorrect', required
  - `message` string, nullable — An optional message typed by the user.
  - `dump` string, nullable — A dump that the frontend defines and can read again.
  - `source` string, nullable — An optional identifier where the report originated from.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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