---
title: "Create error group comment"
method: POST
path: "/applications/{application-identifier}/error-groups/{error-group-identifier}/comment"
tags: ["errors"]
---

# Create error group comment

`POST /applications/{application-identifier}/error-groups/{error-group-identifier}/comment`

Create a comment on an error group

## Request body

- object
  - `comment` string — The comment to add to the error group

## Response `200`

OK

- Comment
  - `applicationIdentifier` string, required
  - `errorGroupIdentifier` string, required
  - `comment` string, required
  - `createdAt` string, date-time, required

## Other responses

- `401` — Problem Details
- `403` — Problem Details
- `404` — Problem Details
- `422` — Validation problem details
- `429` — Too many requests

---

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