{{className}}

This is the {{className}} API

{{#operations}} {{#operation}}

{{nickname}}


{{description}}

{{#notes}}

{{notes}}

{{/notes}}

URL

{{basePath}}{{path}}

HTTP Method

{{httpMethod}}

Response Type

Parameters

    {{#allParams}}
  • {{#is this 'form-param'}}Form: {{/is}} {{#is this 'query-param'}}Query: {{/is}} {{#is this 'path-param'}}Path: {{/is}} {{#is this 'header-param'}}Header: {{/is}} {{#is this 'body-param'}}Body: {{/is}} {{baseName}} {{dataType}}{{#baseType}}({{baseType}}){{/baseType}} {{#optional}}(optional){{/optional}}

    {{description}}

  • {{/allParams}}
{{/operation}} {{/operations}}