---
title: "Adds a comment to a form"
method: POST
path: "/pd/comment"
tags: ["Pd"]
---

# Adds a comment to a form

`POST /pd/comment`

**Auth:** Authenticated - any signed-in user.

Inserts a comment on a form that can be viewed by other approvers.

## Request body

- SubmitCommentRequest
  - `id` integer
  - `formId` integer, nullable
  - `stepOrder` integer, nullable
  - `comments` string, nullable
  - `email` string, nullable
  - `name` string, nullable
  - `private` boolean, nullable
  - `submitted` string, date-time, nullable

## Response `200`

Inserted comment

## Other responses

- `400` — An Error Occurred - Could not insert comment. Please try again.
- `401` — Unauthorized

---

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