From c6fb33a9c71413c663eb6caa1e78c8dd5288f7a5 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Fri, 17 Oct 2014 08:51:15 -0700 Subject: [PATCH] added support for body params with name other than --- dist/css/screen.css | 4 - dist/index.html | 3 + dist/lib/swagger-client.js | 116 +++++++++--------- dist/swagger-ui.js | 2 +- dist/swagger-ui.min.js | 2 +- .../coffeescript/view/OperationView.coffee | 2 +- 6 files changed, 65 insertions(+), 64 deletions(-) diff --git a/dist/css/screen.css b/dist/css/screen.css index 74790af9..478b9983 100644 --- a/dist/css/screen.css +++ b/dist/css/screen.css @@ -669,10 +669,6 @@ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover { text-decoration: underline; } -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.deprecated { - color: #666666; - text-decoration: line-through; -} .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a { text-transform: uppercase; text-decoration: none; diff --git a/dist/index.html b/dist/index.html index 310e228f..a1d7fa42 100644 --- a/dist/index.html +++ b/dist/index.html @@ -20,6 +20,8 @@ + +