Create a threat-level note

POST {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/notes

Create a note associated with a threat.

RBAC Permissions Required

Permission (.notation name)Operation(s)
org.alerts.notesCREATE

See Documentation

Request Schema

{
  "note": "<string>",
  "parent_id": "<string>"
}

Request Body

{"note"=>"A note from the API"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;author&quot;:&quot;APIKEY1234&quot;,&quot;create_timestamp&quot;:&quot;2023-04-18T03:35:24.962Z&quot;,&quot;last_update_timestamp&quot;:&quot;2023-04-18T03:35:24.962Z&quot;,&quot;id&quot;:&quot;b924a3fd-a077-42e9-bbe6-a811d23df61d&quot;,&quot;source&quot;:&quot;CUSTOMER&quot;,&quot;note&quot;:&quot;A note from the API&quot;}