diff --git a/src/code-templates/_shared/MethodBody/PathParameter.ts b/src/code-templates/_shared/MethodBody/PathParameter.ts index ce6770d..72d7993 100644 --- a/src/code-templates/_shared/MethodBody/PathParameter.ts +++ b/src/code-templates/_shared/MethodBody/PathParameter.ts @@ -96,6 +96,9 @@ export const generateUrlTemplateExpression = ( temporaryStringList = []; } + /** + * @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#path-templating + */ urlTemplate.push({ type: "property", value: factory.CallExpression.create({