---
title: "PUT /v1/cases/{caseId}/update-case-comment/{commentId}"
method: PUT
path: "/v1/cases/{caseId}/update-case-comment/{commentId}"
---

# PUT /v1/cases/{caseId}/update-case-comment/{commentId}

`PUT /v1/cases/{caseId}/update-case-comment/{commentId}`

Updates an existing case comment.

## Path parameters

- `caseId` string, required
- `commentId` string, required

## Request body

- object
  - `body` string, password, required — Required element for UpdateCaseComment to identify the content for the comment to be updated.

## Response `200`

Success

- UpdateCaseCommentResponse
  - `commentId` string, required — Response element for UpdateCaseComment providing the updated comment ID.
  - `body` string, password — Response element for UpdateCaseComment providing the updated comment content.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — SecurityIncidentResponseNotActiveException
- `484` — InternalServerException
- `485` — ThrottlingException
- `486` — ConflictException
- `487` — ResourceNotFoundException
- `488` — InvalidTokenException

---

[API](https://skmtc.net/aws/apis/security-ir.md) · [All operations](https://skmtc.net/aws/apis/security-ir/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/security-ir/versions/e22a88ccce95/schema)
