bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Import Collection from openAPI v3 worked badly

Open yangfande362 opened this issue 1 year ago • 0 comments

Now i used bruno v1.12.1, but i still can't import collection from openAPI v3。

I tried to import some APIs from springdoc-openapi-javadoc 1.6.15, i get the API‘s json file, and import to bruno. When I got succeed prompt, but I got wrong data from collection, such as [接口文档---Post-----], which can refer to the attached picture. 000000000000000

And my API json file truncated as below: {"openapi":"3.0.1","info":{"title":"接口文档","description":"api-web模块","version":""},"servers":[{"url":"http://localhost:8081","description":"Generated server url"}],"security":[{"apikey":[]}],"tags":[{"name":"用户接口","description":"用户接口"},{"name":"系统设置","description":"系统设置"},{"name":"角色接口","description":"角色接口"},{"name":"权限接口","description":"权限接口"},{"name":"菜单接口","description":"菜单接口"},{"name":"首页接口","description":"首页接口"},{"name":"文件下载相关接口","description":"文件下载相关接口"},{"name":"DCM管理接口","description":"DCM管理接口"},{"name":"数据管理接口","description":"数据管理接口"},{"name":"预约下载接口","description":"预约下载接口"},{"name":"账户接口","description":"账户接口"},{"name":"系统元数据","description":"系统元数据"}],"paths":{"/user/upsert":{"post":{"tags":["用户接口"],"summary":"新增修改用户","description":"新增修改用户","operationId":"upsert","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}}}}

yangfande362 avatar Mar 19 '24 10:03 yangfande362