mirror of https://github.com/tiangolo/fastapi.git
Misprint (#13800)
This commit is contained in:
parent
8d9ef5d343
commit
9026f3b1bd
|
|
@ -58,7 +58,7 @@ You could put your XML content in a string, put that in a `Response`, and return
|
||||||
|
|
||||||
## Notes
|
## 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}.
|
But you can still document it as described in [Additional Responses in OpenAPI](additional-responses.md){.internal-link target=_blank}.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue