---
title: "Save a review reply"
method: POST
path: "/reviews/{reviewId}/reply"
tags: ["Endpoints"]
---

# Save a review reply

`POST /reviews/{reviewId}/reply`

Reply to a review

## Path parameters

- `reviewId` string, required

## Request body

- ReviewReply — The reply to a review
  - `comment` string, required — The value to be used as review reply comment.
  - `sendNotification` boolean — The value to be used to send review reply notification.

## Response `200`

The review reply was saved.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/etrusted/apis/accounts-api.md) · [All operations](https://skmtc.net/etrusted/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etrusted/accounts-api/versions/649ef7dac98c/schema)
