#### Path parameters

{{#each pathParams as |pathParam|}}
{{#if pathParam.name}}
##### &#9655; {{pathParam.name}}
{{/if}}

{{#if pathParam.description}}
{{{pathParam.description}}}
{{/if}}

{{> parameter param=pathParam paramName=pathParam.name hideTitle=true}}

{{/each}}
