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

the incident note added by the user

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

the incident note added by the user

id
string
required

Unique identifier for the entity

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

the incident note content