---
title: "Store New Comment"
method: POST
path: "/front/blog/comments/"
tags: ["/Front/blog/Comments"]
---

# Store New Comment

`POST /front/blog/comments/`

## Request body

- StoreCommentFrontSchema
  - `slug` string, required
  - `user_id` integer
  - `parent_id` integer
  - `first_name` string, required
  - `last_name` string, required
  - `email` string
  - `phone_number` string
  - `content` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/reviewnizer/apis/fastapi.md) · [All operations](https://skmtc.net/reviewnizer/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviewnizer/fastapi/versions/ee945cc9d0f7/schema)
