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.notes | CREATE |
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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"author":"APIKEYID12345","create_timestamp":"2023-04-17T00:12:18.441Z","last_update_timestamp":"2023-04-17T00:12:18.441Z","id":"eff9866e-70bd-4e78-b820-3b3b6e84e2c3","source":"CUSTOMER","note":"The note that will be added to the alert"}