---
title: "Create Message Feedback"
method: POST
path: "/message-feedback"
---

# Create Message Feedback

`POST /message-feedback`

## Request body

- FeedbackMessageRequest
  - `feedback_messages` FeedbackMessage[], required
    - `session_id` string, required
    - `chat_id` string, required
    - `feedback_message` string, nullable
    - `content` string, nullable
    - `feedback_comment` string, nullable
    - `feedback_source` string, required
    - `rating` integer, required
    - `candidate_issue_index` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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