Skip to content

Commit

Permalink
Add info-section to quickstart.rst (#1991)
Browse files Browse the repository at this point in the history
Make openapi.yaml example a valid OpenAPI spec.
  • Loading branch information
peso authored Nov 9, 2024
1 parent 12fd72c commit e6d1234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ register an API defined by an OpenAPI (or Swagger) specification.
.. code-block:: yaml
openapi: "3.0.0"
...
info:
title: Greeting application
version: 0.0.1
paths:
/greeting/{name}:
post:
Expand Down

0 comments on commit e6d1234

Please sign in to comment.