Up
{{httpMethod}} {{path}}
{{summary}} ({{nickname}})
{{! notes is operation.description. So why rename it and make it super confusing???? }}
{{notes}}
{{#hasPathParams}}
Path parameters
{{#pathParams}}{{>pathParam}}{{/pathParams}}
{{/hasPathParams}}
{{#has this 'consumes'}}
Consumes
This API call consumes the following media types via the request header:
{{#consumes}}
{{{mediaType}}}
{{/consumes}}
{{/has}}
{{#hasBodyParam}}
Request body
{{#bodyParams}}{{>bodyParam}}{{/bodyParams}}
{{/hasBodyParam}}
{{#hasHeaderParams}}
Request headers
{{#headerParam}}{{>headerParam}}{{/headerParam}}
{{/hasHeaderParams}}
{{#hasQueryParams}}
Query parameters
{{#queryParams}}{{>queryParam}}{{/queryParams}}
{{/hasQueryParams}}
{{#hasFormParams}}
Form parameters
{{#formParams}}{{>formParam}}{{/formParams}}
{{/hasFormParams}}
{{#returnType}}
Return type
{{#hasReference}}{{^returnSimpleType}}{{returnContainer}}[{{/returnSimpleType}}
{{returnBaseType}}{{^returnSimpleType}}]{{/returnSimpleType}}{{/hasReference}}
{{^hasReference}}{{returnType}}{{/hasReference}}
{{/returnType}}
{{#hasExamples}}
{{#examples}}
Example data
Content-Type: {{{contentType}}}
{{{example}}}
{{/examples}}
{{/hasExamples}}
{{#has this 'produces'}}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
{{#produces}}
{{{mediaType}}}
{{/produces}}
{{/has}}
Responses
{{#responses}}
{{code}}
{{message}}
{{#simpleType}}
{{dataType}}{{/simpleType}}
{{#examples}}
Example data
Content-Type: {{{contentType}}}
{{example}}
{{/examples}}
{{/responses}}
{{#unescapedDescription}}
{{unescapedDescription}}
{{/unescapedDescription}}
{{#vars}}
{{name}} {{^required}}(optional){{/required}}
{{#isNot this 'primitive-type'}}{{datatype}}{{/isNot}} {{unescapedDescription}} {{#dataFormat}}format: {{{dataFormat}}}{{/dataFormat}}
{{#is this 'enum'}}
{{#_enum}}
{{this}}
{{/_enum}}
{{/is}}
{{#example}}
example: {{example}}
{{/example}}
{{#vendorExtensions.oneOf-model}}
oneOf:
{{#vendorExtensions.x-model-names}}
{{this}}
{{/vendorExtensions.x-model-names}}
{{/vendorExtensions.oneOf-model}}
{{#vendorExtensions.anyOf-model}}
anyOf:
{{#vendorExtensions.x-model-names}}
{{this}}
{{/vendorExtensions.x-model-names}}
{{/vendorExtensions.anyOf-model}}
{{#items}}
{{#vendorExtensions.oneOf-model}}
items oneOf:
{{#vendorExtensions.x-model-names}}
{{this}}
{{/vendorExtensions.x-model-names}}
{{/vendorExtensions.oneOf-model}}
{{#vendorExtensions.anyOf-model}}
items anyOf:
{{#vendorExtensions.x-model-names}}
{{this}}
{{/vendorExtensions.x-model-names}}
{{/vendorExtensions.anyOf-model}}
{{/items}}
{{/vars}}
{{#docNoObjects}}
{{#isEnum}}
{{#allowableValues}}
{{#values}}
{{{this}}}
{{/values}}
{{/allowableValues}}
{{/isEnum}}
{{#arrayModelType}}
{{/arrayModelType}}
{{/docNoObjects}}
{{/model}}
{{/models}}