forked from loafle/openapi-generator-original
Skip escaping path parameter description (#17304)
This commit is contained in:
parent
cdb020d044
commit
e8e7a210c3
@ -41,7 +41,7 @@
|
||||
{
|
||||
"key": "{{paramName}}",
|
||||
"value": "{{defaultValue}}",
|
||||
"description": "{{description}}"
|
||||
"description": "{{{description}}}"
|
||||
}{{^-last}},{{/-last}}
|
||||
{{/pathParams}}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user