Bump swagger ui from 2.2.5 to 2.2.10

Change-Id: I8ecfba9074dd77224e661cad0034480755fcc5eb
diff --git a/web/api/src/main/resources/docs/css/screen.css b/web/api/src/main/resources/docs/css/screen.css
index 2c0e4ee..2670081 100644
--- a/web/api/src/main/resources/docs/css/screen.css
+++ b/web/api/src/main/resources/docs/css/screen.css
@@ -422,7 +422,8 @@
   font-size: .85em;
   line-height: 1.2em;
   overflow: auto;
-  max-height: 200px;
+  height: 200px;
+  resize: vertical;
   cursor: pointer;
 }
 .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
@@ -837,6 +838,11 @@
   padding: 0;
   line-height: inherit;
 }
+.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .nickname {
+  color: #aaaaaa;
+  padding: 0;
+  line-height: inherit;
+}
 .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
   color: black;
 }
@@ -1344,6 +1350,10 @@
 .swagger-section .api-popup-actions {
   padding-top: 10px;
 }
+.swagger-section fieldset {
+  padding-bottom: 10px;
+  padding-left: 20px;
+}
 .swagger-section .access {
   float: right;
 }