From 0062d1c8dae9664be1d67f6882ac9f786ed09306 Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:00:32 +0100 Subject: [PATCH] Do not escape request name (#17394) --- .../src/main/resources/postman-collection/item.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/postman-collection/item.mustache b/modules/openapi-generator/src/main/resources/postman-collection/item.mustache index 0293799072f..b5293f8332b 100644 --- a/modules/openapi-generator/src/main/resources/postman-collection/item.mustache +++ b/modules/openapi-generator/src/main/resources/postman-collection/item.mustache @@ -4,7 +4,7 @@ "item": [ {{#vendorExtensions.postmanRequests}} { - "name": "{{name}}", + "name": "{{{name}}}", "request": { "method": "{{httpMethod}}", "header": [