swagger-static.operation.mustache Maven / Gradle / Ivy
{{className}}
This is the {{className}} API
{{#operations}}
{{#operation}}
{{nickname}}
{{description}}
{{#notes}}{{notes}}
{{/notes}}
URL
{{basePath}}{{path}}
HTTP Method
{{httpMethod}}
Response Type
Parameters
{{#allParams}}
-
{{#isFormParam}}Form: {{/isFormParam}}
{{#isQueryParam}}Query: {{/isQueryParam}}
{{#isPathParam}}Path: {{/isPathParam}}
{{#isHeaderParam}}Header: {{/isHeaderParam}}
{{#isBodyParam}}Body: {{/isBodyParam}}
{{baseName}}
{{dataType}}{{#baseType}}({{baseType}}){{/baseType}}
{{#optional}}(optional){{/optional}}
{{description}}
{{/allParams}}
{{/operation}}
{{/operations}}