---
title: "Submit Feedback"
method: POST
path: "/feedback"
tags: ["feedback"]
---

# Submit Feedback

`POST /feedback`

## Request body

- FeedbackRequest
  - `category` string, required — One of ui_ux, bug, feature_request, other
  - `message` string, required
  - `email` string, nullable
  - `page_url` string, nullable
  - `source` string
  - `client_version` string, nullable

## Response `200`

Successful Response

- FeedbackResponse
  - `ok` boolean, required

## Other responses

- `422` — Validation Error

---

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