From: VaitoSoi Date: Fri, 16 Aug 2024 16:51:25 +0000 (+0700) Subject: 📝 Edit the link to the OpenAPI "Responses Object" and "Response Object" sections... X-Git-Tag: 0.112.2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd5c00ab7609290638a80925c055a77eafad6879;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Edit the link to the OpenAPI "Responses Object" and "Response Object" sections in the "Additional Responses in OpenAPI" section (#11996) Co-authored-by: svlandeg --- diff --git a/docs/en/docs/advanced/additional-responses.md b/docs/en/docs/advanced/additional-responses.md index 07d99df5f6..674f0672cb 100644 --- a/docs/en/docs/advanced/additional-responses.md +++ b/docs/en/docs/advanced/additional-responses.md @@ -251,5 +251,5 @@ For example: To see what exactly you can include in the responses, you can check these sections in the OpenAPI specification: -* OpenAPI Responses Object, it includes the `Response Object`. -* OpenAPI Response Object, you can include anything from this directly in each response inside your `responses` parameter. Including `description`, `headers`, `content` (inside of this is that you declare different media types and JSON Schemas), and `links`. +* OpenAPI Responses Object, it includes the `Response Object`. +* OpenAPI Response Object, you can include anything from this directly in each response inside your `responses` parameter. Including `description`, `headers`, `content` (inside of this is that you declare different media types and JSON Schemas), and `links`.