diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 31c4808f6..c5744895b 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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: