From e6d12344554447cf6628acf9c05778ab1bbb0c02 Mon Sep 17 00:00:00 2001 From: Peer Sommerlund Date: Sat, 9 Nov 2024 22:33:28 +0100 Subject: [PATCH] Add info-section to quickstart.rst (#1991) Make openapi.yaml example a valid OpenAPI spec. --- docs/quickstart.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: