Skip escaping path parameter description (#17304)

This commit is contained in:
Beppe Catanese 2023-12-05 08:21:18 +01:00 committed by GitHub
parent cdb020d044
commit e8e7a210c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
{ {
"key": "{{paramName}}", "key": "{{paramName}}",
"value": "{{defaultValue}}", "value": "{{defaultValue}}",
"description": "{{description}}" "description": "{{{description}}}"
}{{^-last}},{{/-last}} }{{^-last}},{{/-last}}
{{/pathParams}} {{/pathParams}}
], ],