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 = [