Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些问题使它工作,根据下面的链接,请求正文的 JSON 编辑器(默认禁用)。
https://github.com/jensoleg/swagger-ui
我该如何启用它?
我找到了解决方案。将以下内容添加到new SwaggerUi({})构造函数中的 index.html 中:
new SwaggerUi({})
docExpansion: "none", sorter: "alpha", jsonEditor: true, defaultModelRendering: 'schema', showRequestHeaders: true