---
title: "Report Review Ask Answer"
method: POST
path: "/review-ask/answer"
---

# Report Review Ask Answer

`POST /review-ask/answer`

Mirror the two soft-ask answers that leave no feedback row to Slack.

## Request body

- ReviewAskAnswerRequest
  - `answer` 'no_comment' | 'yes', required
  - `trip_id` string, nullable
  - `native_available` boolean

## Response `200`

Successful Response

- SimpleStatusResponse
  - `status` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `dd78fbd6c358` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/review-ask/answer/post.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/dd78fbd6c358?raw)
