Create a Note

POST {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/alerts/{{cb_alert_id}}/notes

Create a new note on an Alert.

RBAC Permissions Required

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

Response Schema

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

See complete documentation on the Developer Network -Alerts API

Request Body

{"note"=>"The note that will be added to the alert"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;author&quot;:&quot;APIKEYID12345&quot;,&quot;create_timestamp&quot;:&quot;2023-04-17T00:12:18.441Z&quot;,&quot;last_update_timestamp&quot;:&quot;2023-04-17T00:12:18.441Z&quot;,&quot;id&quot;:&quot;eff9866e-70bd-4e78-b820-3b3b6e84e2c3&quot;,&quot;source&quot;:&quot;CUSTOMER&quot;,&quot;note&quot;:&quot;The note that will be added to the alert&quot;}