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 a325aa3 commit 36734a4Copy full SHA for 36734a4
src/ApiMethodDocumentation.js
@@ -1249,6 +1249,7 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) {
1249
amf,
1250
compatibility,
1251
graph,
1252
+ servers
1253
} = this;
1254
return html`
1255
<div class="callback-section">
@@ -1257,6 +1258,7 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) {
1257
1258
.amf="${amf}"
1259
.method="${method}"
1260
.endpoint="${endpoint}"
1261
+ .servers="${servers}"
1262
?compatibility="${compatibility}"
1263
?graph="${graph}"
1264
noTryit
0 commit comments