openapi-demo/example.yaml

13 lines
274 B
YAML
Raw Normal View History

2024-05-22 11:36:08 +00:00
openapi: 3.0.0
info:
version: 1.0.0
title: Sample API
description: A sample API to illustrate OpenAPI concepts
paths:
/list:
get:
description: Returns a list of stuff
responses:
'200':
description: Successful response