---
title: "Changes to Send feedback to a workflow"
method: POST
path: "/workflow/{id}/feedback"
---

# Changes to Send feedback to a workflow

`POST /workflow/{id}/feedback`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 20 revisions.

- **2026-04-24** `01552bfa9579` — 2 breaking, 3 warning
- **2026-03-13** `0f0e49049ef1` — 1 breaking, 4 info

## Changes

- **2026-04-24** `01552bfa9579` — 2 breaking, 3 warning
  - added `#/components/schemas/ValidationErrorResponse, #/components/schemas/ErrorResponse` to the response body `oneOf` list for the response status `400`
  - the response's body type changed from `object` to no type for status `400`
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `issues` from the response with the `400` status
  - removed the optional property `message` from the response with the `400` status
- **2026-03-13** `0f0e49049ef1` — 1 breaking, 4 info
  - the response's body type changed from no type to `object` for status `400`
  - removed `#/components/schemas/ValidationErrorResponse, #/components/schemas/ErrorResponse` from the response body `oneOf` list for the response status `400`
  - added the optional property `error` to the response with the `400` status
  - added the optional property `issues` to the response with the `400` status
  - added the optional property `message` to the response with the `400` status

---

[Operation](https://skmtc.dev/growthxai/apis/output-ai-api/docs/workflow/:id/feedback/post.md) · [API](https://skmtc.dev/growthxai/apis/output-ai-api.md) · [Page](https://skmtc.dev/growthxai/apis/output-ai-api/changes/workflow/:id/feedback/post)
