Connectors
...
Actions
Update Security Incident
5 min
description updates a specified security incident in servicenow using the unique sys id as an identifier endpoint url api/now/table/{{security incident}}/{{sys id}} method patch inputs path parameters (object) – required security incident (string) – required name of the security incident table sys id (string) – required id of the security incident to update json body (object) sysparm display value (string) determines the type of data returned, either the actual values from the database or the display values of the fields sysparm fields (string) comma separated list of fields to return in the response sysparm input display value (boolean) flag that indicates whether to set field values using the display value or the actual value sysparm query no domain (boolean) flag that indicates whether to restrict the record search to only the domains for which the logged in user is configured sysparm view (string) if you also specify the sysparm fields parameter, it takes precedent output example \[ { "status code" 200, "response headers" { "set cookie" "jsessionid=0adfd22f053bcc78a9a82faf40e83d50; path=/; httponly;secure, bigipserverpool dev60827=999184138 46398 0000; path=/; httponly; secure", "server timing" "wall;dur=0, sem wait;dur=0, sesh wait;dur=0, app cpu;dur=0, db;dur=1, acl;dur=0, br;dur=null, ui action;dur=0, cache build;dur=0, scripting;dur=0", "content security policy" "frame ancestors 'self' teams microsoft com teams microsoft com", "content length" "0", "date" "mon, 07 aug 2023 11🔞32 gmt", "keep alive" "timeout=70", "connection" "close", "server" "servicenow", "strict transport security" "max age=63072000; includesubdomains" }, "reason" "ok", "response text" "" } ] output parameters status code (number) reason (string) response text (string) response headers header type set cookie string server timing string content security policy string content length string date string keep alive string connection string server string strict transport security string