Skip to main content
Update a comment event

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

event_id
string
required

ID of the comment event to update

Example:

"f56645c5-9cd4-4b9f-961f-4f852d8835a0"

Body

application/json

Request for updating a comment on a case event.

text
string
required

Comment text to update

Example:

"This is updated text"

attachments
Comment attachment · object[]

Attachments to the comment

Response

Response returned after successfully updating a comment.

event
Case event · object
required

Represents an immutable entry in a case's event timeline.