POST
/
incident
/
{id}
/
note

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

the incident identifier

Body

application/json
id
string
required

Unique identifier for the entity

createdAt
string
required
updatedAt
string
required
createdBy
object
required
content
string
required

the incident note content

Response

201 - application/json
id
string
required

Unique identifier for the entity

createdAt
string
required
updatedAt
string
required
createdBy
object
required
content
string
required

the incident note content