---
title: "Add a partner case comment"
method: PUT
path: "/v1/cases/{caseId}/comments"
tags: ["case"]
---

# Add a partner case comment

`PUT /v1/cases/{caseId}/comments`

This endpoint allows for a comment to be placed on a partner case.

## Path parameters

- `caseId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object
  - `comment` string — The comment that you want to add to the case. This can include markdown. The maximum size of the comment is 65,535 characters. If additional characters are sent, the field will be truncated.

## Response `200`

Successfully updated. No response body.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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