Skip to content

Commit

Permalink
Fix openapi spec in quickstart doc (#1922)
Browse files Browse the repository at this point in the history
Fix openapi in quickstart
`description` is a required property for `#/definitions/Response`
  • Loading branch information
psegedy committed May 19, 2024
1 parent fcfe151 commit 562fff0
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 562fff0

Please sign in to comment.