---
title: "Creates a new field into events comments"
method: POST
path: "/event/{idEvent}/comment"
tags: ["Events"]
---

# Creates a new field into events comments

`POST /event/{idEvent}/comment`

## Path parameters

- `idEvent` integer, required

## Request body

- EventComment
  - `idEventComment` integer — id event comment
  - `idEvent` integer — id event comment
  - `utimestamp` integer, nullable — Event comment utimestamp create
  - `comment` string — content of the comment
  - `idUser` string — User id create comment
  - `action` string — content of the action

## Response `200`

Event comment object

- EventComment
  - `idEventComment` integer — id event comment
  - `idEvent` integer — id event comment
  - `utimestamp` integer, nullable — Event comment utimestamp create
  - `comment` string — content of the comment
  - `idUser` string — User id create comment
  - `action` string — content of the action

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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