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}}
{{paramName}} : {{#complexType}} {{dataType}}{{/complexType}}{{#simpleType}}{{dataType}}{{/simpleType}} ({{type}})
{{#optional}}optional{{/optional}}
{{description}}
{{/allParams}}
{{/operation}}
{{/operations}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy