{{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}}