| 
									
										
										
										
											2022-08-08 23:33:39 +02:00
										 |  |  | <!-- HTML for static distribution bundle build --><!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8" /> | 
					
						
							| 
									
										
										
										
											2018-12-06 18:03:56 +01:00
										 |  |  |     <title>Swagger UI</title> | 
					
						
							| 
									
										
										
										
											2022-08-08 23:33:39 +02:00
										 |  |  |     <link | 
					
						
							|  |  |  |       rel="stylesheet" | 
					
						
							|  |  |  |       type="text/css" | 
					
						
							|  |  |  |       href="<%=backendUrl%>/plugins/documentation/swagger-ui.css" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link | 
					
						
							|  |  |  |       rel="icon" | 
					
						
							|  |  |  |       type="image/png" | 
					
						
							|  |  |  |       href="<%=backendUrl%>/plugins/documentation/favicon-32x32.png" | 
					
						
							|  |  |  |       sizes="32x32" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link | 
					
						
							|  |  |  |       rel="icon" | 
					
						
							|  |  |  |       type="image/png" | 
					
						
							|  |  |  |       href="<%=backendUrl%>/plugins/documentation/favicon-16x16.png" | 
					
						
							|  |  |  |       sizes="16x16" | 
					
						
							|  |  |  |     /> | 
					
						
							| 
									
										
										
										
											2018-12-06 18:03:56 +01:00
										 |  |  |     <style> | 
					
						
							| 
									
										
										
										
											2022-08-08 23:33:39 +02:00
										 |  |  |       html { | 
					
						
							| 
									
										
										
										
											2018-12-06 18:03:56 +01:00
										 |  |  |         box-sizing: border-box; | 
					
						
							|  |  |  |         overflow: -moz-scrollbars-vertical; | 
					
						
							|  |  |  |         overflow-y: scroll; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       *, | 
					
						
							|  |  |  |       *:before, | 
					
						
							| 
									
										
										
										
											2022-08-08 23:33:39 +02:00
										 |  |  |       *:after { | 
					
						
							| 
									
										
										
										
											2018-12-06 18:03:56 +01:00
										 |  |  |         box-sizing: inherit; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-08 23:33:39 +02:00
										 |  |  |       body { | 
					
						
							|  |  |  |         margin: 0; | 
					
						
							| 
									
										
										
										
											2018-12-06 18:03:56 +01:00
										 |  |  |         background: #fafafa; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     </style> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <div id="swagger-ui"></div> | 
					
						
							| 
									
										
										
										
											2020-05-08 13:50:00 +02:00
										 |  |  |     <script class="custom-swagger-ui"> | 
					
						
							|  |  |  |       window.onload = function() { | 
					
						
							|  |  |  |         const ui = SwaggerUIBundle({ | 
					
						
							|  |  |  |           url: "https://petstore.swagger.io/v2/swagger.json", | 
					
						
							|  |  |  |           spec: <%=spec%>, | 
					
						
							|  |  |  |           dom_id: '#swagger-ui', | 
					
						
							|  |  |  |           docExpansion: "none", | 
					
						
							|  |  |  |           deepLinking: true, | 
					
						
							|  |  |  |           presets: [ | 
					
						
							|  |  |  |             SwaggerUIBundle.presets.apis, | 
					
						
							|  |  |  |             SwaggerUIStandalonePreset, | 
					
						
							|  |  |  |           ], | 
					
						
							|  |  |  |           plugins: [ | 
					
						
							|  |  |  |             SwaggerUIBundle.plugins.DownloadUrl, | 
					
						
							|  |  |  |           ], | 
					
						
							|  |  |  |           layout: "StandaloneLayout", | 
					
						
							|  |  |  |         }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         window.ui = ui; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     </script> | 
					
						
							| 
									
										
										
										
											2018-12-06 18:03:56 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-08 23:33:39 +02:00
										 |  |  |     <script src="<%=backendUrl%>/plugins/documentation/swagger-ui-bundle.js"></script> | 
					
						
							|  |  |  |     <script src="<%=backendUrl%>/plugins/documentation/swagger-ui-standalone-preset.js"></script> | 
					
						
							| 
									
										
										
										
											2020-05-08 13:50:00 +02:00
										 |  |  |   </body> | 
					
						
							|  |  |  | </html> |