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 128a926 commit b059a74Copy full SHA for b059a74
1 file changed
modules/openapi-generator/src/main/resources/kotlin-misk/apiAction.mustache
@@ -46,7 +46,7 @@ class {{classname}}Action @Inject constructor(
46
@RequestContentType({{#consumes}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/consumes}}){{/hasConsumes}}{{#hasProduces}}
47
@ResponseContentType({{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}){{/hasProduces}}
48
@LogRequestResponse(bodySampling = 1.0, errorBodySampling = 1.0)
49
- override fun {{operationId}}({{#allParams}}
+ fun {{operationId}}({{#allParams}}
50
{{>queryParams}}{{>pathParams}}{{>headerParams}}{{>cookieParams}}{{>bodyParams}}{{>formParams}}{{^-last}}, {{/-last}}{{/allParams}}){{#returnType}}: {{{returnType}}}{{/returnType}} {
51
TODO()
52
}
0 commit comments