---
title: "Submit Message Feedback"
method: POST
path: "/users/me/conversations/{conversation_id}/messages/{message_id}/feedback"
tags: ["conversations"]
---

# Submit Message Feedback

`POST /users/me/conversations/{conversation_id}/messages/{message_id}/feedback`

Submit feedback for a specific message.
Idempotent - overwrites previous feedback.

## Path parameters

- `conversation_id` string, required
- `message_id` string, required

## Request body

- FeedbackRequest — User feedback on a conversation or message
  - `rating` integer, required — 0 for negative, 1 for positive
  - `note` string, nullable — Optional feedback note

## Response `200`

Successful Response

- FeedbackResponse — Response after submitting feedback
  - `status` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `422` — Validation Error
- `500` — Internal server error

---

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