bruno icon indicating copy to clipboard operation
bruno copied to clipboard

After importing Swagger, Bruno does not give me a template to populate JSON body

Open LDMFD opened this issue 11 months ago • 0 comments

After importing Swagger 2.0 JSON, Bruno disregards the parameters and definitions.

E.g. if a call POST /login takes a JSON body object { "username": string, "token": string }, Bruno should prompt me to enter only my username and token, in a UI form that is built dynamically according to my Swagger.

LDMFD avatar Mar 20 '24 20:03 LDMFD