mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
* fix: openapi request import * fix: js sandbox mode selector doesn't show up while opening new collections in playwright tests --------- Co-authored-by: Bijin Bruno <bijin@usebruno.com>
12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
"item": [
|
|
{
|
|
"name": "Request without info",
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://example.com"
|
|
}
|
|
}
|
|
]
|
|
}
|