Skip to content

Commit e6d1234

Browse files
authored
Add info-section to quickstart.rst (#1991)
Make openapi.yaml example a valid OpenAPI spec.
1 parent 12fd72c commit e6d1234

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/quickstart.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ register an API defined by an OpenAPI (or Swagger) specification.
134134
.. code-block:: yaml
135135
136136
openapi: "3.0.0"
137-
...
137+
info:
138+
title: Greeting application
139+
version: 0.0.1
138140
paths:
139141
/greeting/{name}:
140142
post:

0 commit comments

Comments
 (0)