{% from "./partials/tags.html" import tags %} {% from "./partials/message.html" import message %} {% from "./partials/example.html" import example %} {% from "./partials/schema-prop.html" import schemaProp %} {% macro operation(operation, operationType, channelName, channel) %}
{{operation.summary()}}
{% endif %} {% if operation.description() is not none %}Accepts one of the following messages:
{% for msg in operation.messages() %} {{ message(msg, showIndex=true, index=loop.index, open=false) }} {% endfor %} {% else %}Accepts the following message:
{{ message(operation.message(), showIndex=false, open=true) }} {% endif %} {{ tags(operation.tags()) }}