Skip to content

Commit

Permalink
Fix openapi in quickstart
Browse files Browse the repository at this point in the history
`description` is a required property for `#/definitions/Response`
  • Loading branch information
psegedy authored May 6, 2024
1 parent fcfe151 commit 2f2f5cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f2f5cb

Please sign in to comment.