]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Edit the link to the OpenAPI "Responses Object" and "Response Object" sections...
authorVaitoSoi <duyduy15456@gmail.com>
Fri, 16 Aug 2024 16:51:25 +0000 (23:51 +0700)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 16:51:25 +0000 (11:51 -0500)
Co-authored-by: svlandeg <svlandeg@github.com>
docs/en/docs/advanced/additional-responses.md

index 07d99df5f6e0342085290344c5cac96d3d8d4e96..674f0672cb97c20d0f368b86a5fa8526de13c8e1 100644 (file)
@@ -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:
 
-* <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#responsesObject" class="external-link" target="_blank">OpenAPI Responses Object</a>, it includes the `Response Object`.
-* <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#responseObject" class="external-link" target="_blank">OpenAPI Response Object</a>, 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`.
+* <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#responses-object" class="external-link" target="_blank">OpenAPI Responses Object</a>, it includes the `Response Object`.
+* <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#response-object" class="external-link" target="_blank">OpenAPI Response Object</a>, 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`.