diff --git a/modules/openapi-generator/src/main/resources/postman-collection/item.mustache b/modules/openapi-generator/src/main/resources/postman-collection/item.mustache index 2889a56f1e5..0293799072f 100644 --- a/modules/openapi-generator/src/main/resources/postman-collection/item.mustache +++ b/modules/openapi-generator/src/main/resources/postman-collection/item.mustache @@ -41,7 +41,7 @@ { "key": "{{paramName}}", "value": "{{defaultValue}}", - "description": "{{description}}" + "description": "{{{description}}}" }{{^-last}},{{/-last}} {{/pathParams}} ],