---
title: "append a comment to an open deployment request"
method: POST
path: "/w/{workspace}/deployment_request/{id}/comment"
tags: ["workspace"]
---

# append a comment to an open deployment request

`POST /w/{workspace}/deployment_request/{id}/comment`

## Path parameters

- `workspace` string, required
- `id` integer, required

## Request body

- object
  - `body` string, required
  - `parent_id` integer, nullable
  - `anchor_kind` string, nullable
  - `anchor_path` string, nullable

## Response `200`

comment created

- DeploymentRequestComment
  - `id` integer, required
  - `parent_id` integer, nullable
  - `author` string, required
  - `author_email` string, required
  - `body` string, required
  - `anchor_kind` string, nullable
  - `anchor_path` string, nullable
  - `obsolete` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `400` — invalid input or request closed

---

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