---
title: "POST a reply to a given review. The date will be set by server. Note that replies no longer have star ratings, only top-level reviews do."
method: POST
path: "/recipe/review/{reviewId}/replies"
tags: ["Review"]
---

# POST a reply to a given review. The date will be set by server. Note that replies no longer have star ratings, only top-level reviews do.

`POST /recipe/review/{reviewId}/replies`

## Path parameters

- `reviewId` string, required

## Request body

- API2ControllersWebAPIReviewControllerPostReplyReq — Reply request parameters
  - `Comment` string — The comment. If mentioning any user(s) (optional), include them as @username in the text body. Do not use @ symbol for anything but mentioning @usernames.

## Response `200`

OK

- BigOvenModelAPIReply
  - `ID` string
  - `ReviewID` string
  - `Comment` string
  - `Poster` BigOvenModelAPIUserInfoTiny
    - `UserID` integer
    - `UserName` string
    - `PhotoUrl` string
    - `FirstName` string
    - `LastName` string
  - `CreationDate` string, date-time
  - `LastModified` string, date-time

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
