Connectors
...
Actions
Update Threat Note
6 min
description updates a specific threat note in sentinelone using threat id and note id with provided data content endpoint url web/api/v2 1/threats/{{threat id}}/notes/{{note id}} method put inputs path parameters (object) – required threat id (string) – required note id (string) – required json body (object) – required data (object) – required text (string) – required output example \[ { "status code" 200, "response headers" { "server" "nginx", "date" "wed, 16 nov 2022 14 40 53 gmt", "content type" "application/json", "transfer encoding" "chunked", "connection" "keep alive", "x rqid" "83d1f963 2f8f 4f59 86dc 29b6bba6c497", "access control allow origin" "https //attivo us sentinelone net", "access control allow credentials" "true", "vary" "origin", "strict transport security" "max age=31536000; includesubdomains", "x frame options" "sameorigin", "x content type options" "nosniff", "content security policy" "default src 'self' ; connect src 'self' cdn pendo io app pendo io pendo io data pendo io storage googleapis com sentry io sentry io google analytics com gstatic com unpkg com cdn auth0 com wss\ // sentinelone net https //www googletagmanager com https //cdnjs cloudflare com data ; script src 'self' 'unsafe inline' 'unsafe eval' cdn pendo io app pendo io pendo io static storage googleapis com cdn pendo io storage googleapis com data pendo io https //www google analytics com https //www googletagmanager com https //unpkg com https //cdnjs cloudflare com ; img src 'self' data https //www google analytics com cdn pendo io app pendo io sentinelone com storage googleapis com data pendo io ; style src 'self' 'unsafe inline' app pendo io cdn pendo io storage googleapis com https //fonts googleapis com https //cdnjs cloudflare com ; font src 'self' data https //fonts gstatic com https //cdn auth0 com ; frame src 'self' blob https //receptive io https // pendo io https //pendo io extensions storage googleapis com/ https // youtube com ; frame ancestors 'self' app pendo io ; object src 'none'", "cache control" "no store", "pragma" "no cache", "expires" " 1", "content encoding" "gzip" }, "reason" "ok", "json body" { "data" { "createdat" "2022 11 14t21🕛44 060516z", "edited" true, "id" "1553834980127175650", "text" "this is a text", "updatedat" "2022 11 16t14 40 53 549560z" } } } ] output parameters status code (number) reason (string) json body (object) data (object) createdat (string) edited (boolean) id (string) text (string) updatedat (string) response headers header type server string date string content type string transfer encoding string connection string x rqid string access control allow origin string access control allow credentials string vary string strict transport security string x frame options string x content type options string content security policy string cache control string pragma string expires string content encoding string