{% extends "layouts/base.html" %} {% block content %} {% let operation = node.meta.api_operation ?? none %}

API reference

{{ node.title }}

{% if operation %}

{{ operation.method }} {{ operation.path }}

{% end %}
{{ node | doc_body | boost_doc_links }}
{% if not operation %}

No structured operation metadata is available.

{% end %}
{% include "partials/toc.html" %} {% end %}