Expand API reference and repair Swagger theme

This commit is contained in:
AS213905 Engineering
2026-08-14 11:39:23 +00:00
parent 8c17dafc1f
commit dd05901571
4 changed files with 212 additions and 28 deletions
+6 -1
View File
@@ -7,7 +7,12 @@ window.addEventListener('load', () => {
filter: true,
persistAuthorization: false,
tryItOutEnabled: false,
defaultModelsExpandDepth: 1,
defaultModelExpandDepth: 2,
displayOperationId: true,
showExtensions: true,
showCommonExtensions: true,
presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],
layout: 'StandaloneLayout',
layout: 'BaseLayout',
});
});