---
title: "Reply To Own Feedback"
method: POST
path: "/api/v1/feedback/{feedback_id}/reply"
tags: ["feedback"]
---

# Reply To Own Feedback

`POST /api/v1/feedback/{feedback_id}/reply`

User replies within their own feedback thread.

## Path parameters

- `feedback_id` integer, required

## Request body

- ReplyRequest
  - `message` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usebolsai/apis/bolsai.md) · [All operations](https://skmtc.net/usebolsai/apis/bolsai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usebolsai/bolsai/versions/4ff1922c6a7f/schema)
