We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ded4cb commit 58bf737Copy full SHA for 58bf737
openapidocs/mk/v3/views_markdown/partial/path-items.html
@@ -6,6 +6,9 @@
6
{%- for http_method, operation in definition.items() %}
7
8
### {{http_method.upper()}} {{path | safe}}
9
+{%- if "operationId" in operation -%}
10
+<a id='{{operation.operationId}}'></a>
11
+{%- endif -%}
12
{% if "summary" in operation -%}
13
{{operation.summary | wordwrap(80)}}
14
{%- endif -%}
openapidocs/mk/v3/views_mkdocs/partial/path-items.html
<hr class="operation-separator" />
### <span class="http-{{http_method.lower()}}">{{http_method.upper()}}</span> {{path | route | safe}}
0 commit comments