{%- for id, route in xap.routes | dictsort %} ### {{ route.name }} - `{{ id }}` {{ route.description }} {% if route.routes %} | Name | Route | Tags | Payloads | Description | | -- | -- | -- | -- | -- | {%- for subid, subroute in route.routes | dictsort %} | {{ subroute.name }} | `{{ id }} {{ subid }}` | {% if 'secure' == subroute.permissions %}__Secure__{% endif %} | {%- include 'route_request.md.j2' -%}{%- if subroute.return_type and subroute.request_type -%}

{% endif %}{%- include 'route_response.md.j2' -%} | {{ subroute.description.replace('\n', '
') }}| {%- endfor %} {% endif %} {%- endfor %}