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

# POST /projects/{projectSlug}/feedback

`POST /projects/{projectSlug}/feedback`

Create project feedback

## Path parameters

- `projectSlug` string, required

## Request body

- FeedbackCreate
  - `title` string, required
  - `description` string, required
  - `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 supplied
- `404` — Project 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)
