35 lines
405 B
Handlebars
35 lines
405 B
Handlebars
{{#orphans}}
|
|
|
|
## {{description}}
|
|
|
|
{{type.names}}
|
|
{{#if_eq type.names 'POST'}}
|
|
{: .label .label-orange}
|
|
{{else}}
|
|
{: .label .label-green}
|
|
{{/if_eq}}
|
|
|
|
**`{{name}}`**
|
|
|
|
{{#each customTags}}
|
|
> {{tag}} "{{tag}}"
|
|
> {{{value}}}
|
|
{{/each}}
|
|
|
|
|
|
{{#if params}}
|
|
**Params**
|
|
|
|
{{#each params}}
|
|
| {{name}} | `{{type.names}}` | {{{description}}} |
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
|
|
{{#each examples}}
|
|
{{{this}}}
|
|
{{/each}}
|
|
---
|
|
{{/orphans}}
|
|
|