mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
fix: importing from openapi excludes documentation for requests (#6439)
* fix: importing from openapi excludes documentation for requests fixes issue 5094 for requests * fix: revert accidental changes --------- Co-authored-by: Simon PAUGET <simon.pauget@depinfonancy.net> Co-authored-by: Simon PAUGET <simon.pauget@decathlon.com>
This commit is contained in:
@@ -540,6 +540,7 @@ const transformOpenapiRequestItem = (request, usedNames = new Set(), options = {
|
||||
}).filter((tag) => tag.trim())
|
||||
)],
|
||||
request: {
|
||||
docs: _operationObject.description,
|
||||
url: ensureUrl(request.global.server + path),
|
||||
method: request.method.toUpperCase(),
|
||||
auth: {
|
||||
|
||||
Reference in New Issue
Block a user