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

Required string length: 36
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
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. Leading and trailing whitespace is trimmed before the length limits are applied.

Required string length: 1 - 10000
Pattern: ^[\s\S]*\S[\s\S]*$
Example:

"This is updated text"

attachments
Comment attachment · object[]

Attachments to the comment

Maximum array length: 100

Response

Response returned after successfully updating a comment.

event
Case event · object
required

Updated comment event