---
title: "PATCH /projects/{projectSlug}/feedback/{feedbackId}"
method: PATCH
path: "/projects/{projectSlug}/feedback/{feedbackId}"
---

# PATCH /projects/{projectSlug}/feedback/{feedbackId}

`PATCH /projects/{projectSlug}/feedback/{feedbackId}`

Update project feedback by id

## Path parameters

- `projectSlug` string, required
- `feedbackId` string, required

## Request body

- FeedbackUpdate
  - `title` string
  - `description` string
  - `status` string
  - `tags` string[]

## Response `200`

Successful operation

- Feedback
  - `id` string, uuid
  - `project_id` string, uuid
  - `user_id` string, uuid
  - `title` string
  - `description` string
  - `status` string
  - `upvotes` number
  - `comment_count` number
  - `created_at` string, date-time

## Other responses

- `400` — Invalid project slug or feedback id supplied
- `404` — Feedback not found

---

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