---
title: "Add a comment to a finding"
method: POST
path: "/findings/{id}/comments"
tags: ["REST API - Findings"]
---

# Add a comment to a finding

`POST /findings/{id}/comments`

## Path parameters

- `id` string, required

## Request body

- RestAddCommentDto
  - `comment` string, required — Comment text

## Response `201`

- RestAddCommentResponseDto
  - `comment_id` string, required

---

[API](https://skmtc.dev/hacktron/apis/hacktron-rest-api.md) · [All operations](https://skmtc.dev/hacktron/apis/hacktron-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hacktron/hacktron-rest-api/revisions/6a361244ce2c/schema)
