v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Case Management

Update case comment

Updates the text content of an existing comment on a case timeline. The comment is identified by its cell ID.

put/api/v2/cases/{case_id}/comment/{cell_id}

Path parameters

case_idstring required

Case's UUID or key

cell_idstring required

The UUID of the timeline cell (comment) to update.

Request body

Example request

{
  "data": {
    "attributes": {
      "comment": "Updated comment text"
    },
    "type": "case"
  }
}

Response

OK