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.
2 parents 4b9e74b + 30b7ae7 commit 807b296Copy full SHA for 807b296
templates/operation.html
@@ -41,6 +41,11 @@ <h4>Description</h4>
41
<div marked="operation.description"></div>
42
</section>
43
44
+ <section class="external-docs" ng-if="operation.externalDocs">
45
+ <h4>External Documentation</h4>
46
+ <a href="{{operation.externalDocs.url}}" marked="operation.externalDocs.description||'External Documentation'"></a>
47
+ </section>
48
+
49
<section class="parameters" ng-if="getParameters().length">
50
<h4>Parameters</h4>
51
<div>
0 commit comments