mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +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>
17 lines
350 B
YAML
17 lines
350 B
YAML
openapi: 3.0.0
|
|
info:
|
|
title: Malformed OpenAPI
|
|
version: 1.0.0
|
|
paths:
|
|
/test:
|
|
get:
|
|
summary: Test endpoint
|
|
responses:
|
|
'200':
|
|
description: Success
|
|
# Missing closing quotes and malformed YAML
|
|
'400':
|
|
description: Bad request
|
|
malformed: yaml here
|
|
extra: indentation
|