{{className}}

This is the {{className}} API

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

{{nickname}}


{{description}}

{{#notes}}

{{notes}}

{{/notes}}

URL

{{basePath}}{{path}}

HTTP Method

{{httpMethod}}

Response Type

Parameters

    {{#parameters}}
  • {{#isFormParam}}Form: {{/isFormParam}} {{#isQueryParam}}Query: {{/isQueryParam}} {{#isPathParam}}Path: {{/isPathParam}} {{#isHeaderParam}}Header: {{/isHeaderParam}} {{#isBodyParam}}Body: {{/isBodyParam}} {{baseName}} {{dataType}}{{#baseType}}({{baseType}}){{/baseType}} {{#optional}}(optional){{/optional}}

    {{description}}

  • {{/parameters}}
{{/contents}} {{/operation}} {{/operations}}