mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +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
345 B
YAML
17 lines
345 B
YAML
openapi: 2.0 # Invalid version - only v3 is supported
|
|
info:
|
|
title: Invalid OpenAPI Version
|
|
description: This uses OpenAPI v2 which is not supported
|
|
version: 1.0.0
|
|
host: api.example.com
|
|
basePath: /v1
|
|
schemes:
|
|
- https
|
|
paths:
|
|
/users:
|
|
get:
|
|
summary: Get users
|
|
responses:
|
|
'200':
|
|
description: List of users
|