forked from loafle/openapi-generator-original
Do not escape request name (#17394)
This commit is contained in:
parent
bc2443ecb0
commit
0062d1c8da
@ -4,7 +4,7 @@
|
|||||||
"item": [
|
"item": [
|
||||||
{{#vendorExtensions.postmanRequests}}
|
{{#vendorExtensions.postmanRequests}}
|
||||||
{
|
{
|
||||||
"name": "{{name}}",
|
"name": "{{{name}}}",
|
||||||
"request": {
|
"request": {
|
||||||
"method": "{{httpMethod}}",
|
"method": "{{httpMethod}}",
|
||||||
"header": [
|
"header": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user