Skip to content

Commit 0062d1c

Browse files
authored
Do not escape request name (#17394)
1 parent bc2443e commit 0062d1c

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator/src/main/resources/postman-collection

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/postman-collection/item.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"item": [
55
{{#vendorExtensions.postmanRequests}}
66
{
7-
"name": "{{name}}",
7+
"name": "{{{name}}}",
88
"request": {
99
"method": "{{httpMethod}}",
1010
"header": [

0 commit comments

Comments
 (0)