{{ title }}
{{ description }}
{{ endpoint.name }}
{{ endpoint.method }}{{ endpoint.url }}
{{ endpoint.description }}
{% if endpoint.parameters %}Parameters
| Name | Type | Required | Description |
|---|---|---|---|
{{ param.name }} |
{{ param.type }} | {% if param.required %} Required {% else %} Optional {% endif %} | {{ param.description }} |
Response Examples
{% for response_type, response_data in endpoint.response_examples.items %}
{% endfor %}
{% for response_type, response_data in endpoint.response_examples.items %}
{% endfor %}