---
title: "Create"
method: POST
path: "/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies"
tags: ["Comment Replies"]
---

# Create

`POST /landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies`

Create a comment reply

## Path parameters

- `landscapeId` string, required
- `versionId` string, required
- `commentId` string, required

## Request body

- CommentReplyRequired
  - `content` string, required
  - `mentionedUserIds` string[]

## Response `200`

OK

- object
  - `commentReply` CommentReply, required
    - `content` string, required
    - `mentionedUserIds` string[], required
    - `commentId` string, required
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `deletedAt` string, date-time
    - `deletedBy` 'user' | 'api-key' | 'notification-key' | 'service'
    - `deletedById` string
    - `id` string, required
    - `landscapeId` string, required
    - `latestEntityId` string
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required
    - `versionId` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server
- `503` — Service Unavailable

## Changes

- **2026-06-03** `181c90adca5e` — 1 warning, 3 info
  - the `content` request property's maxLength was set to `950000`
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `503`

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/landscapes/:landscapeId/versions/:versionId/comments/:commentId/replies/post.md)

---

[API](https://skmtc.dev/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.dev/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc.dev/icepanel/apis/icepanel-api/revisions/55f4e7385012?raw)
