Do not escape request name (#17394)

This commit is contained in:
Beppe Catanese 2023-12-15 02:00:32 +01:00 committed by GitHub
parent bc2443ecb0
commit 0062d1c8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"item": [ "item": [
{{#vendorExtensions.postmanRequests}} {{#vendorExtensions.postmanRequests}}
{ {
"name": "{{name}}", "name": "{{{name}}}",
"request": { "request": {
"method": "{{httpMethod}}", "method": "{{httpMethod}}",
"header": [ "header": [