read me for parameterMacro

This commit is contained in:
Anna Bodnia
2017-05-23 15:36:42 +03:00
parent d5b9552a5a
commit 918e0e46c0
5 changed files with 44 additions and 46 deletions

View File

@@ -77,9 +77,6 @@ window.onload = function() {
const ui = SwaggerUIBundle({
url: "http://petstore.swagger.io/v2/swagger.json",
dom_id: '#swagger-ui',
modelPropertyMacro: function (model) {
return model
},
parameterMacro: function (operation, parameter) {
return parameter
},