Connectors
...
Actions
ServiceNow Patch Custom Action
5 min
description executes a custom patch action in servicenow using the 'mid extension' path parameter endpoint url api/{{mid extension}}/v2/{{end extension}} method patch inputs path parameters (object) – required mid extension (string) – required end extension (string) – required json body (object) – required comments (string) parameters (object) url query parameters output example \[ { "status code" 200, "response headers" { "content length" "140", "content type" "application/json", "date" "mon, 2 sep 2024 20 37 23 gmt" }, "reason" "ok", "json body" {} } ] output parameters status code (number) reason (string) json body (object) response headers header type content length string content type string date string