---
title: "Create or update a comment to the result"
method: POST
path: "/test_case_results/{test_case_result_id}/comment"
tags: ["Results"]
---

# Create or update a comment to the result

`POST /test_case_results/{test_case_result_id}/comment`

Create or update a comment to the result

## Path parameters

- `test_case_result_id` integer, required

## Request body

- object
  - `text` string
  - `author` string
  - `state` integer

## Response `201`

Successfully created comment

## Changes

- **2022-02-05** `b9a3c86edb9c` — 2 info
  - api tag `Results` added
  - api tag `Execution` removed
- **2022-01-19** `41859b8094c2` — 1 info
  - endpoint added
- **2021-01-31** `6dffc3a4de00` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/test_case_results/:test_case_result_id/comment/post.md)

---

[API](https://skmtc.dev/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.dev/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
