added support for body params with name other than

This commit is contained in:
Tony Tam
2014-10-17 08:51:15 -07:00
parent b0301d6ee3
commit c6fb33a9c7
6 changed files with 65 additions and 64 deletions

4
dist/css/screen.css vendored
View File

@@ -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;