From: Naves <79222417+NavesSapnis@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:22:18 +0000 (+0300) Subject: Misprint (#13800) X-Git-Tag: 0.115.14~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9026f3b1bdfba4ac33ba5d88a9fa4bed83f84108;p=thirdparty%2Ffastapi%2Ffastapi.git Misprint (#13800) --- diff --git a/docs/en/docs/advanced/response-directly.md b/docs/en/docs/advanced/response-directly.md index 691b1e7cdd..759b762b5d 100644 --- a/docs/en/docs/advanced/response-directly.md +++ b/docs/en/docs/advanced/response-directly.md @@ -58,7 +58,7 @@ You could put your XML content in a string, put that in a `Response`, and return ## Notes -When you return a `Response` directly its data is not validated, converted (serialized), nor documented automatically. +When you return a `Response` directly its data is not validated, converted (serialized), or documented automatically. But you can still document it as described in [Additional Responses in OpenAPI](additional-responses.md){.internal-link target=_blank}.