---
title: "Create incident comment"
method: POST
path: "/incidents/{id}/comments"
tags: ["Incidents"]
---

# Create incident comment

`POST /incidents/{id}/comments`

Create a new comment on an incident

## Path parameters

- `id` string, required

## Request body

- CreateIncidentCommentRequestDto
  - `content` string, required — Content of the comment
  - `publishOnStatusPage` boolean — Whether the comment is published on the status page

## Response `201`

Comment created successfully

## Other responses

- `400` — Invalid request body
- `401` — Unauthorized - missing or invalid authentication
- `403` — Forbidden - no write permission
- `404` — Incident not found

## Changes

- **2026-08-05** `e7fb5d5cdff6` — 1 info
  - added the new optional request property `publishOnStatusPage`

[Change history](https://skmtc.dev/uptimerobot/apis/uptimerobot-api/changes/incidents/:id/comments/post.md)

---

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