---
title: "Submit or update feedback on a chat message"
method: PUT
path: "/v1/projects/{projectId}/chat/messages/{messageId}/feedback"
tags: ["Project Chat"]
---

# Submit or update feedback on a chat message

`PUT /v1/projects/{projectId}/chat/messages/{messageId}/feedback`

## Path parameters

- `messageId` string, required
- `projectId` unknown, required

## Request body

- SubmitChatMessageFeedbackDto
  - `rating` 'positive' | 'negative', required

## Response `200`

---

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