---
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

---

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