{% from "./sliced-string.html" import slicedString %} {% from "./tags.html" import tags %} {% from "./message.html" import message %} {% from "./example.html" import example %} {% from "./schema-prop.html" import schemaProp %} {% macro operation(operation, operationType, channelName, channel) %}
{{operation.summary()}}
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(0), showIndex=false, open=true) }} {% endif %} {{ tags(operation.tags()) }}