{{ title }}
v{{ version }} · {{ overview_summary }}
{{ op.method }}
{{ op.route }}
{% if op.openapi_path != op.route %}
{% endif %}
{% if op.undocumented %}undocumented{% endif %}
{{ op.summary }}
{% if op.description %}{{ op.description }}
{% endif %} {{ fields_block(op.params) }} {{ fields_block(op.body) }} {% if op.responses %}Responses
{% for resp in op.responses %}
{{ resp.status }}{{ resp.description }}
{% endfor %}
{{ op.method }}
{{ copy_button() }}
{{ op.relative_path }}
{% for panel in op.panels %}
{% if panel.json is not none %}
Editable: Test Request sends exactly what's here
{% else %}
{{ code_lines(panel.lines) }}
{% endif %}
{% endfor %}
200
Example Response
{{ copy_button() }}
{% if op.response_lines %}
{{ code_lines(op.response_lines) }}
{% else %}
No Body
{% endif %}
WS
{{ ws.route }}{{ ws.route }}
{% if ws.docstring %}{{ ws.docstring }}
{% endif %}Connect
{{ copy_button() }}
{{ code_lines(ws.lines) }}
Connection Log
Not connected
No routes registered yet. Call app.GET/POST/... or app.schema.GET/POST/... to see them here.
{% endif %}