---
title: "Post autotriage feedback"
method: POST
path: "/api/ai/deployments/{deploymentId}/autotriage_feedback"
tags: ["AutotriageFeedbackService"]
---

# Post autotriage feedback

`POST /api/ai/deployments/{deploymentId}/autotriage_feedback`

Post autotriage feedback

## Path parameters

- `deploymentId` string, required

## Request body

- ProtosAiV1PostAutotriageFeedbackRequest
  - `deploymentId` string
  - `feedback` ProtosAiV1AutotriageFeedback
    - `autotriageId` string
    - `rating` 'RATING_GOOD' | 'RATING_BAD', enum — | value | description | |-------|---------------| | RATING_GOOD | Autotriage rated positively by a user. | | RATING_BAD | Autotriage rated negatively by a user. |
    - `note` string

## Response `200`

OK

- ProtosAiV1PostAutotriageFeedbackResponse
  - `newFeedback` ProtosAiV1AutotriageFeedback
    - `autotriageId` string
    - `rating` 'RATING_GOOD' | 'RATING_BAD', enum — | value | description | |-------|---------------| | RATING_GOOD | Autotriage rated positively by a user. | | RATING_BAD | Autotriage rated negatively by a user. |
    - `note` string

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
