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.notes | CREATE |
Request Schema
{
"note": "<string>",
"parent_id": "<string>"
}
Request Body
{"note"=>"A note from the API"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"author":"APIKEY1234","create_timestamp":"2023-04-18T03:35:24.962Z","last_update_timestamp":"2023-04-18T03:35:24.962Z","id":"b924a3fd-a077-42e9-bbe6-a811d23df61d","source":"CUSTOMER","note":"A note from the API"}