|
|
@ -21,13 +21,13 @@
|
|
|
|
Request format:
|
|
|
|
Request format:
|
|
|
|
{% if (endpoint.req_param_by_loc | length) %}
|
|
|
|
{% if (endpoint.req_param_by_loc | length) %}
|
|
|
|
{{ tables.split_paramtable(endpoint.req_param_by_loc) }}
|
|
|
|
{{ tables.split_paramtable(endpoint.req_param_by_loc) }}
|
|
|
|
|
|
|
|
{% if (endpoint.req_body_tables) %}
|
|
|
|
{% if (endpoint.req_body_tables) -%}
|
|
|
|
|
|
|
|
{% for table in endpoint.req_body_tables -%}
|
|
|
|
{% for table in endpoint.req_body_tables -%}
|
|
|
|
{{"``"+table.title+"``" if table.title else "" }}
|
|
|
|
{{"``"+table.title+"``" if table.title else "" }}
|
|
|
|
{{ tables.paramtable(table.rows) }}
|
|
|
|
{{ tables.paramtable(table.rows) }}
|
|
|
|
{% endfor -%}
|
|
|
|
{% endfor -%}
|
|
|
|
{% endif -%}
|
|
|
|
{% endif -%}
|
|
|
|
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
`No parameters`
|
|
|
|
`No parameters`
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|