---
title: "Feedback Replace"
method: POST
path: "/feedback/replace"
tags: ["Feedback"]
---

# Feedback Replace

`POST /feedback/replace`

## Request body

- FeedbackReplaceReq
  - `id` string, nullable — If provided by the client, this ID will be used for the feedback row instead of a server-generated one.
  - `project_id` string, required
  - `weave_ref` string, required
  - `creator` string, nullable
  - `feedback_type` string, required
  - `payload` object, required
  - `annotation_ref` string, nullable
  - `runnable_ref` string, nullable
  - `call_ref` string, nullable
  - `trigger_ref` string, nullable
  - `wb_user_id` string, nullable — Do not set directly. Server will automatically populate this field.
  - `feedback_id` string, required

## Response `200`

Successful Response

- FeedbackReplaceRes
  - `id` string, required
  - `created_at` string, date-time, required
  - `wb_user_id` string, required
  - `payload` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/fastapi.md) · [All operations](https://skmtc.net/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/fastapi/versions/56745769989b/schema)
