mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 03:41:28 +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>
10 lines
164 B
YAML
10 lines
164 B
YAML
openapi: 3.0.0
|
|
# Missing required info section
|
|
paths:
|
|
/test:
|
|
get:
|
|
summary: Test endpoint
|
|
responses:
|
|
'200':
|
|
description: Success
|