From 2f2f5cbe1dd818940564ccbf004e98b7f3b8a038 Mon Sep 17 00:00:00 2001 From: Patrik Segedy Date: Mon, 6 May 2024 18:27:12 +0200 Subject: [PATCH] Fix openapi in quickstart `description` is a required property for `#/definitions/Response` --- docs/quickstart.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index d025269d4..31c4808f6 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -141,6 +141,7 @@ register an API defined by an OpenAPI (or Swagger) specification. operationId: run.post_greeting responses: 200: + description: "Greeting response" content: text/plain: schema: