We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635c6a2 commit 90025a8Copy full SHA for 90025a8
src/DefinitionGenerator.ts
@@ -76,6 +76,7 @@ export class DefinitionGenerator {
76
// loop through http events
77
for (const httpEvent of this.getHttpEvents(funcConfig.events)) {
78
const httpEventConfig = httpEvent.http;
79
+
80
if (httpEventConfig.documentation) {
81
const documentationConfig = httpEventConfig.documentation;
82
// Build OpenAPI path configuration structure for each method
@@ -91,6 +92,7 @@ export class DefinitionGenerator {
91
92
},
93
94
};
95
96
// merge path configuration into main configuration
97
merge(this.definition.paths, pathConfig);
98
}
0 commit comments