---
title: "Update feedback rating/reason or maintainer review state"
method: PATCH
path: "/v1/organizations/{organizationId}/assistant-feedback/{feedbackId}"
tags: ["Assistant Feedback"]
---

# Update feedback rating/reason or maintainer review state

`PATCH /v1/organizations/{organizationId}/assistant-feedback/{feedbackId}`

## Path parameters

- `organizationId` string, uuid, required
- `feedbackId` string, uuid, required

## Request body

- object
  - `rating` 'helpful' | 'not_helpful'
  - `reason` unknown
  - `note` unknown
  - `reviewStatus` 'new' | 'reviewed' | 'linked_issue' | 'converted_to_eval'
  - `linkedIssueUrl` unknown
  - `convertedEvalPath` unknown

## Response `200`

Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
