Skip to main content
POST
Add a comment to an incident

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

id
string
required

Body

application/json

Add a comment to an incident. Attachments must first be uploaded via the upload-url route.

content
string
required
Maximum string length: 10000
visibility
enum<string>
required

INTERNAL notifies the assignee only; EXTERNAL also notifies the network's recipients.

Available options:
INTERNAL,
EXTERNAL
authorUserId
string
required

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

attachments
object[]
Maximum array length: 10
networkId
string

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

Response

The created 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.