From efa12f146fa9e64b7ae8d56f54045c3cc0790b1e Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Fri, 31 Oct 2025 15:20:33 +0200 Subject: [PATCH] Added PATCH method for REST API Call node --- .../home/components/rule-node/rule-node-config.models.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/rule-node/rule-node-config.models.ts b/ui-ngx/src/app/modules/home/components/rule-node/rule-node-config.models.ts index 5424bd4b4c..ddd6e97ab6 100644 --- a/ui-ngx/src/app/modules/home/components/rule-node/rule-node-config.models.ts +++ b/ui-ngx/src/app/modules/home/components/rule-node/rule-node-config.models.ts @@ -269,7 +269,8 @@ export enum HttpRequestType { GET = 'GET', POST = 'POST', PUT = 'PUT', - DELETE = 'DELETE' + DELETE = 'DELETE', + PATCH = 'PATCH' } export const ToByteStandartCharsetTypes = [