Skip to main content
PATCH
Edit a comment

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

id
string
required
commentId
string
required

Body

application/json

Edit a comment's body. Only Support Operator (USER) comments can be edited.

content
string
required
Maximum string length: 10000
changedByUserId
string
required

NetworkUser id of the acting Support Operator. Required on every write; attributes the change.

networkId
string

Network id. Required for machine (M2M) callers whose token carries no network claim; ignored when the token has one.

Response

The updated comment.

data
object

A comment on an incident. Visibility governs who is notified, not who can read it — every comment on this API is returned to callers with read access.