From a1aa49a3225c916280491be4946989ecdb654a32 Mon Sep 17 00:00:00 2001 From: Patrick Elam <40776618+patrickelam@users.noreply.github.com> Date: Mon, 17 Dec 2018 15:07:33 -0600 Subject: [PATCH 1/2] docs: fix link to OpenAPI specification in vendor extensions doc (#750) --- docs/redoc-vendor-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/redoc-vendor-extensions.md b/docs/redoc-vendor-extensions.md index c578e570..c59ac1a9 100644 --- a/docs/redoc-vendor-extensions.md +++ b/docs/redoc-vendor-extensions.md @@ -206,7 +206,7 @@ Extends OpenAPI [Parameter Object](http://swagger.io/specification/#parameterObj `x-examples` are rendered in the JSON tab on the right panel of ReDoc. ### Response Object vendor extensions -Extends OpenAPI [Response Object](https://swagger.io/specification/#requestBodyObject) +Extends OpenAPI [Response Object](https://swagger.io/specification/#responseObject) #### x-summary | Field Name | Type | Description | From ab943a8dd5e8c103743669d67e2984d8facd824a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 24 Dec 2018 13:25:31 +0400 Subject: [PATCH 2/2] docs: Add FastAPI to real-life usages in README (#756) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f95fa92..38353d6f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Additionally, all the 1.x releases are hosted on our GitHub Pages-based **CDN**: - [Shopify Draft Orders](https://help.shopify.com/api/draft-orders) - [Discourse](http://docs.discourse.org) - [APIs.guru](https://apis.guru/api-doc/) +- [FastAPI](https://github.com/tiangolo/fastapi) ## Deployment