mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 22:45:25 +00:00
Add support for importing Swagger 2.0 specifications into Bruno collections (#7622)
* feat: support Swagger 2.0 OpenAPI import * feat: support Swagger 2.0 OpenAPI import * fix: refactor swagger2 converter, fix env creation, and update import UI labels * fix: coderabbit comments * fix: address coderabbit comments for body type handling * fix: disallow OpenAPI Sync for Swagger 2.0 specs in UI --------- Co-authored-by: naman-bruno <naman@usebruno.com>
This commit is contained in:
@@ -271,7 +271,7 @@ const FileTab = ({
|
||||
</button>
|
||||
</p>
|
||||
<p className="text-xs text-gray-500 dark:text-gray-400 text-center">
|
||||
Supports Bruno, OpenCollection, Postman, Insomnia, OpenAPI v3, WSDL, and ZIP formats
|
||||
Supports Bruno, OpenCollection, Postman, Insomnia, OpenAPI 3.x / Swagger 2.0, WSDL, and ZIP formats
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user