mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
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
|